Skip to content

An open source project that lets you make and run docker containers with rest apis

Notifications You must be signed in to change notification settings

hzonuz/duckdocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DuckDocker

How to Run:

  1. go to database dir
  2. use docker-compose up to set up database
  3. go to root dir
  4. create virtualenv using python -m venv venv
  5. activate it using source venv/bin/activate
  6. install dependencies using pip install -r requirement.txt
  7. go to server dir
  8. add needed envs using source .env
  9. migrate database with python manage.py migrate
  10. start project using python manage.py runserver

About

An open source project that lets you make and run docker containers with rest apis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published