Kitty2221 / Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library

With all information about books,authors and orders stored in one place, you no longer have to sift through hoards of spreadsheets to manually search and enter data. Just enter data once, and use it across all web platform.

Librarian can :

  • Create,update,delete book and its author.
  • See all users.
  • See all orders.

Registered users can:

  • See all available books and authors.
  • Search book.
  • Order books.
  • See their orders.

photo_2023-02-26_11-16-41

photo_2023-02-26_11-14-21

photo_2023-02-26_11-17-39

Setup

Create local env file

Just run make test_env

Build containers

docker-compose -f docker-compose-dev.yml build

Before running project

  • Create env file with settings
  • Build containers
  • Run project

Run project

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

When project is running

  • Apply db migrations make migrations
  • Create superuser make test_user. After that you will be able to log in into app or admin
  • Be happy!

Create new app

make app name=<app_name>

All commands you can find in Makefile

About


Languages

Language:Python 63.7%Language:HTML 29.4%Language:Shell 5.4%Language:Makefile 0.5%Language:CSS 0.5%Language:Dockerfile 0.5%