Skip to content

dmytrohusarov/noww_backend

Repository files navigation

NOWW backend

stack of technology

ci/cd

env

Django config

python manage.py check 
python manage.py makemigrations 
python manage.py migrate

./manage.py createsuperuser

./manage.py drf_create_token admin

SQL db

CREATE USER noww_user WITH PASSWORD 'beta.noww';

default swager ui

http://localhost:8000/#/

docker compose

  • install docker-compose
  • execute docker-compose up -d to start
  • execute docker-compose down to stop
  • if need to rebuild web docker-compose up -d --no-deps --build web

environment

example for docker usage
create .env file with

DATABASE_URL=postgres://postgres:beta.noww@localhost:5432/postgres

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages