Skip to content

FacundoCG/CodeCo-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Api Backend

Requirements

python >= 3.9

Preparing the environment

Create your python environment (Linux)

python3 -m venv env
source env/bin/activate

install dependencies

pip install -r requirements.txt

Run migrations

python manage.py makemigrations
python manage.py migrate

Run server

python manage.py runserver

Api Documentation

http://localhost:8000/redoc/
http://localhost:8000/swagger/

About

Code&Co is a website about programming challenges which have professional possibility.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages