Skip to content

A small library catalog management system using React (Vite framework), TailwindCSS, Node and Express.js.

Notifications You must be signed in to change notification settings

AlexCoding123/LibraryManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

For dev purposes run the server in port 3000.

Running Instructions

To run the server

cd backend
node bin/www

To run the client

cd frontend
npm run dev

This Library Management App login page, to login use the following credentials:

Owner account:

  • Username: testowner
  • Password: own_password

Employee account:

  • Username: testemployee
  • Password: emp_password

Home Page

  • Three sample catalogs are already made
  • Add more catalogs
  • Click on catalog to edit or delete
  • Search for catalogs with search bar

Customer Page

  • Displays all customers
  • Click on customer to rent catalogs for them
    • Search catalog names to find catalogs to search
  • Add customers

About

A small library catalog management system using React (Vite framework), TailwindCSS, Node and Express.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published