demonye / calories

Simple calorie management with user authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

backend

  • API built based on django rest framework, run following commands to start server
cd backend
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

frontend

  • Built by AngularJS and bootstrap, run the command to start
grunt serve

About

Simple calorie management with user authentication


Languages

Language:JavaScript 31.9%Language:Python 26.2%Language:HTML 21.8%Language:ApacheConf 16.7%Language:CSS 3.4%