A simple web-based application to manage a list of books in a library. The application allows the user to perform the following basic tasks.
- View the list of books in a table/list.
- Adding a new book with details such as Title, Author, Genre, etc.
- Delete an existing book.
- Searching a book based on both the genre and the name
Client: HTML, CSS, Bootstrap
Server: Django
Database: MySQL
To run this project, you will need to add the following environment variables to your .env file
DB_NAME
DB_USER
DB_PASS
Clone the project
git clone https://github.com/NDilsh/library_management.gitGo to the project directory
cd library_managementInstall dependencies
pip install -r requirements.txtRun database migrations to create the necessary tables in db
python manage.py makemigrations python manage.py migrateStart the server
python manage.py runserverIf you have any feedback, please reach out to me