Skip to content

Backend for the Completionist flutter app written in Django

Notifications You must be signed in to change notification settings

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

No packages published