KarthikeyaGit / book-management-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book Management System

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.

Installation

  1. Install the required Node.js dependencies by running the following command in the main folder and the admin folder:
  2. and in admin folder do npm run build

Usage

  1. Start the Node.js server by running the following command:

  2. Access the application by navigating to http://localhost:3000/login in your web browser.

  3. Sign up for a new account if you don't have one already.

  4. Log in using your credentials.

  5. localhost_3000_login localhost_3000_login (1) localhost_3000_login (2) localhost_3000_login (3) localhost_3000_login (4) localhost_3000_login (5)

Features

  • 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

Technologies Used

  • 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.

License

This project is licensed under the MIT License.

About

License:MIT License


Languages

Language:Vue 78.4%Language:JavaScript 20.1%Language:HTML 1.5%