Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 590 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 590 Bytes

CalorieManagement

Django app about calorie management of users

Requirements:

API (Django):

Django requirements are listed in requirements.txt. Install using command

pip install -r requirements.txt

Frontend:

Same frontend is developed independently using React and Mithril.

The project can be run either in react or mithril or both. However using one framework at a time is suggested.

npm install --save <package-name>

Server Running:

Run Django server first using:

python3 manage.py runserver

Note: Django and Node server should run in different ports