Skip to content

Kitty2221/Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published