This is a Django backend for the Completionist mobile app (https://github.com/pratikbaid3/Completionist_Flutter_App). It has a collection of over 10,000 games and 100,000 trophies with video and textual guide.
- Clone the repository from GitHub:
https://github.com/pratikbaid3/Completionist_Backend
- Create virtual environment:
virtualenv venv --python=python3
source venv/bin/activate
- Installing requirements:
pip install -r requirements.txt
- Run the app:
python manage.py makemigrations
python manage.py migrate
python manage.py runserver