Skip to content

thestud/djangoapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a project create an API using the Django and python framework.

(Note: assumes you have a docker dameon running) Linux add the sudo command, mac don't need that. To build the docker container:

sudo docker build -t djangoapi .

to run docker container: sudo docker run -it -p 8000:8000 djangoapi

to stop:

find the container id sudo docker ps -a

sudo docker stop

About

an API made out of Django and Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages