The Book Management System is a web application for managing books. It allows users to sign up, log in, and perform various book-related operations.
- Install the required Node.js dependencies by running the following command in the main folder and the admin folder:
- and in admin folder do npm run build
-
Start the Node.js server by running the following command:
-
Access the application by navigating to http://localhost:3000/login in your web browser.
-
Sign up for a new account if you don't have one already.
-
Log in using your credentials.
- User Authentication: Sign up and log in to access the application.
- Book Management: Perform operations such as adding, updating, and deleting books.
- Dashboard: View a dashboard with information about your book collection.
- Reading List: Keep track of books you are currently reading. ---- Pending need to work on this
- Wishlist: Create a wishlist of books you want to read. ---- Pending need to work on this
- Node.js: Backend server environment.
- Express.js: Web application framework for Node.js.
- Vue.js: Frontend JavaScript framework.
- Vue Router: Client-side routing for Vue.js.
- Bootstrap: CSS framework for styling the application.
This project is licensed under the MIT License.