This is a Restfull API Built with Python, Django & Django Rest Frameworks.
Before Running, you need to have Git and Python installed. Clone the app
Kindly ensure that you are in the project directory before running the following commands.
python3 -m venv env
. env/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
Open another terminal window, activate the virtual environment and run the following command:
. env/bin/activate && python manage.py runserver 8080