Django app about calorie management of users
Django requirements are listed in requirements.txt. Install using command
pip install -r requirements.txt
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>
Run Django server first using:
python3 manage.py runserver