- Group A6 Coursework
- Table of Contents
- Getting started
- Project showcase
- That is our emotion tracker which works as a diary where the user can capture the exact emotion expreses at a certain time.
- The next is music meditation app which provides a calm beach or rain sound and nice images as well as a timer
- And the last one is the nutrtion planner app more precisely one of the recipes that the app includes
To get started with project you would need to have python
Once cloned the project open the terminal and navigate to the project directory.
py -m pip install --user virtualenv
py -m venv env
.\env\Scripts\activate
pip install -r requirements.txt
run the project by typing:
python manage.py runserver
After you type the command above in the terminal you should now see the following lines:
Watching for file changes with StatReloader
Performing system checks...
System check identified no issues (0 silenced).
April 08, 2021 - 13:59:10
Django version 3.1.6, using settings 'health_app.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
You have to click the following link
In these next lines I am going to show you parts of our project if you want to see more follow these steps
That is our emotion tracker which works as a diary where the user can capture the exact emotion expreses at a certain time.
The next is music meditation app which provides a calm beach or rain sound and nice images as well as a timer
And the last one is the nutrtion planner app more precisely one of the recipes that the app includes