Skip to content

Artemooon/h_drf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game API

Setup


The first thing to do is to clone the repository:

git clone https://github.com/Artemooon/h_drf.git
cd h_drf

Create a virtual environment to install dependencies in and activate it:

virtualenv .venv
source venv/bin/activate

Then install the dependencies:

(venv)$ pip install -r requirements.txt

Create .env file and grab data from .env.dist with own filling

Once pip has finished downloading the dependencies:

(venv)$ cd games
(venv)$ python manage.py migrate
(venv)$ python manage.py runserver 8000

Navigate for swagger http://127.0.0.1:8000/swagger/

Also there are redoc http://127.0.0.1:8000/redoc/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages