Skip to content

walidamer711/projectmgmt

Repository files navigation

projectmgmt

Web application for simple project management wirtten in Django.

First create a shared docker volume to be shared between both web and nginx containers, so nginx has access to the staticfiles.

docker volume create --name DataVolume1

then, bring prjectmgmt docker containers up first

 sudo docker-compose up -d --build

then, go to nginx dirctory and execute the same

 sudo docker-compose up -d --build

access the web container and execute migartions and user creation

docker exec -it projectmgmt_web_1 /bin/bash

python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser

access the application on http://localhost:1337

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published