Skip to content

fedechin/python_django_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python_django_api

a basic django rest-framework api done in a live coding enterview

usage

first create a virtual enviroment and activate it

python3 -m venv env
source env/bin/activate

actualizar el pip

pip install --upgrade pip

install the requirements

pip install -r requirements.txt

navigate to the project folder

cd core

migrate the database

python manage.py migrate

Load seed jokes data

python manage.py loaddata seed/*

Run the Server to check it ou

python manage.py runserver

Documentation

swagger Docs can be found in http://localhost:8000/swagger/

About

a basic django rest-framework api

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages