Payshare
made with
Vuejs
简介及使用教程
Payshare是一个用于跟踪一群人的共享费用的网页应用。例如在共享公寓厨房中,每个人都记下他为杂货支付的进而,Payshare记录谁支付了电影票或比萨饼,然后计算出谁应该购买下回合。
安装
后端(确认安装有 Python 3.x )
$ virtualenv venv
$ source venv/bin/activate
$ pip install pip-tools
$ pip-sync
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver
前端
$ cd payshare/purchases/static/client
$ yarn
/$ npm install
$ npm run serve
访问https://localhost:8000/admin
即可调试
示例
作者
Christoph Buelter
@buelterio相关项目