This project is based on Python/Django Framework with Postgresql as database and Firebase as media files storage
git clone https://github.com/aanantt/Work-with-API.git
Activate your Virtaul Environment
pip install virtualenv
virtualenv venv
source venv/bin/activate
Install all requirements
pip install -r requirements.txt
Create and migrate Database
python manange.py makemigrations
python manage.py migrate
Finally, Run the localhost :)
python manage.py runserver
