Skip to content

django project with jwt authentication + dockerize + CI/CD

License

Notifications You must be signed in to change notification settings

rezamahmoudian/Django-CI-CD

Repository files navigation

MyProject

project setup

1- compelete cookiecutter workflow (recommendation: leave project_slug empty) and go inside the project

cd MyProject

2- SetUp venv

virtualenv -p python3.10 venv
source venv/bin/activate

3- install Dependencies

pip install -r requirements_dev.txt
pip install -r requirements.txt

4- create your env

cp .env.example .env

5- Create tables

python manage.py migrate

6- spin off docker compose

docker compose -f docker-compose.dev.yml up -d

7- run the project

python manage.py runserver

About

django project with jwt authentication + dockerize + CI/CD

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published