Animo Backend Task

Requirements for running project

Steps to run the project:

git clone https://github.com/rishank-shah/animo-backend-task.git
cd animo-backend-task
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

If all commands run successfully API will be running on localhost:8000