Skip to content

Orange-hanter/AnriProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

116 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Django PostgreSQL Docker Celery Redis

What's AnriProject repository?

...


How to start

Local Development

  • Build project
  cd api
  docker compose build
  • Run migrations
    make container-django-shell
    python manage.py makemigrations
    python manage.py migrate
  • Create superuser
    make container-django-shell
    python manage.py createsuperuser
  • Create network
  docker network create anri_main
  • Run application
  docker compose up

Before you commit, set pre-commit.

  pre-commit install

Usage

Admin panel:

Available API routes:

You can check all routes using swagger(http://localhost:8000/api/v1/swagger/) or redoc(http://localhost:8000/api/v1/redoc/)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors