- a user can register and login
- a user can create, update, delete a task with hours
- a user can set preferred hours for a day
- Jongwook Kim fantazic@gmail.com
- clone git
- migrate for DB
- run a server
- default 8888 port
- localhost:8888/tms
- you should set nginx for static files and javascripts
git clone ...
cd tms
python manage.py makemigrations
python manage.py migrate
python manager.py runserver
- app: Django project
- tms: a front end app for templates and javascripts
- api: a REST API app for authentication and all other functions with models
- Django
- SQLite
- Vue.js
- Vue Resource for Ajax
- Bootstrap
- catlog/tms
- nginx + gunicorn + django