Library-Management-System-capstone_project-

Instructions

- Clone the repo to your local machine

- Create and Activate venv(recommended)

- run "pip install -r requirments.txt" on your terminal

- go to "main/setting.py" configure database in your terms is postgres by default

Folder Structure

- Main is the source folder

- Templates have to be stored in "templates/"

- Static files like css, js have to be in "templates/static"

- HTML used for authentication have to be "templates/registration"

- "auth_users && manage_books" are the apps

- Crispy-forms, widget-tweaks are available and set up

Happy Coding!