A Summer of Innovation (IIT Dh) project.
This is our project which is based on creating a library management system using some HTML/CSS for the frontend part and JS and SQL framework for backend.With this webiste users which includes both the students and admins to monitor and organise their activities effortlessly and efficently.
- Just a normal login page and a forgot password tag is also given which undergoes a one step verification.
- Then we have Home page/main page where the user can explore the books of the library.
- There is a profile for the student and a dashboard -giving an idea of his activities and also the pending submissions.
- An issue page where a student can issue/re-issue withe the approval of admin on the availability of the book.
- There are also E-books to access online.
Everything is similar to the the student interface, the things the differ are:
- The admin-dashboard gets to monitorize the overall activity of the students and the books.
- It gives the permission for the issue/re-issue of the books.
- There is a point reward system ,which encorages students in taking the books and submitting on time.
- A student can comment or write a review about the books, also there is a like option.
- Webserver
- Php(make sure the webserver also has php enabled)
- SQL
- Launch your webserver.
- Make sure to refer to database setup.txt to get and run the provided commands to setup your database.
- Add a few sample user, reviews,likes to make sure all features are running.
- In all php files uncomment #connection and make sure to fill the parameters accordingly