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
- Host: GitHub
- URL: https://github.com/pratikbaid3/completionist_backend
- Owner: pratikbaid3
- Created: 2021-04-20T18:38:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-01T13:07:16.000Z (over 4 years ago)
- Last Synced: 2025-01-23T23:54:05.753Z (over 1 year ago)
- Topics: flask, flutter, hacktoberfest, playstation-4, xbox
- Language: JavaScript
- Homepage:
- Size: 54.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```