Skip to content

nunemunthalashiva/library-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

library management system

An attempt to make life of librarian easier to track adding users , books , changing shelf in library

Users can book their intrested books if they are availaible they can either order the books or return the books or keep on hold the books without everytime reaching library to ask librarian to do.

            Front end used : HTML,CSS
            Back end used  : Flask(Python) , MySQL

Project layout

            app/
                library_dbms/
                            config.py
                            routes.py
                            .env
                            templates/
                            static/
                 runserver.py

setting up your local system

Make sure that your system contains MySQL server
Next Install Flask
Consider installing MySQL-python connector
Get to familiarize yourself with Mysqldb
Next install Python dotenv .If you would like to store some secret key.

Next use the schema.sql file and create a database and maintain same project structure .