- go to database dir
- use
docker-compose up
to set up database - go to root dir
- create virtualenv using
python -m venv venv
- activate it using
source venv/bin/activate
- install dependencies using
pip install -r requirement.txt
- go to server dir
- add needed envs using
source .env
- migrate database with
python manage.py migrate
- start project using
python manage.py runserver
-
Notifications
You must be signed in to change notification settings - Fork 0
hzonuz/duckdocker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published