An open API service indexing awesome lists of open source software.

https://github.com/pratikbaid3/completionist_backend

Backend for the Completionist flutter app written in Django
https://github.com/pratikbaid3/completionist_backend

flask flutter hacktoberfest playstation-4 xbox

Last synced: about 2 months ago
JSON representation

Backend for the Completionist flutter app written in Django

Awesome Lists containing this project

README

          

# 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:

```bash
https://github.com/pratikbaid3/Completionist_Backend
```

2. Create virtual environment:

```bash
virtualenv venv --python=python3
source venv/bin/activate
```

3. Installing requirements:

```bash
pip install -r requirements.txt
```

5. Run the app:

```bash
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
```