/waterprint

A competitive water-tracking app to encourage social responsibility.

Primary LanguagePython

Waterprint

A competitive water-tracking app to encourage social responsibility

Installation

To begin, make sure that you have installed pipenv.

>> pip install pipenv

Make sure the directory is the project file then activate the virtual environment by typing,

>> pipenv shell

All the dependancies can be installed by running,

>> pipenv sync

After installing the dependancies, navigate to the src folder and run the server by typing

>> cd src
>> python manage.py runserver

A link will be provided in the terminal to a localhost and from there all the features of the application can be accessed!