Skip to content

pratikbaid3/Completionist_Backend

Repository files navigation

Completionist Backend

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.

Usage

  1. Clone the repository from GitHub:
https://github.com/pratikbaid3/Completionist_Backend
  1. Create virtual environment:
virtualenv venv --python=python3
source venv/bin/activate
  1. Installing requirements:
pip install -r requirements.txt
  1. Run the app:
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

About

Backend for the Completionist flutter app written in Django

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors