Skip to content

Farlavendi/Django_School_Journal

Repository files navigation

This is my project, a prototype of school journal app.

*only foundation for a project, all the main functionality is being written in FastAPI project below and will be implemented here in Django later. This is its Django based version, you can find FastApi based one here


Installation and local deploy

Follow these simple steps to local deploy.

  • Clone the repo:
git@github.com:DenisBichuk/Django_School_Journal.git
  • Run Docker app and docker-compose:
docker-compose up -d
sudo docker-compose run web python manage.py migrate
  • App is available. Follow the link to see docs
http://127.0.0.1:8000/swagger/

About

A school journal written on Django.

Resources

Stars

Watchers

Forks

Packages

No packages published