Skip to content

vishwa98/LibraryManagement1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management

Get Started

Clone the repository using git.

git clone  https://github.com/vishwa98/LibraryManagement1

Then install the dependencies.

npm install

Copy the .env file.

cp .env.example .env

Update the values of the .env file to your environment

// start express server(run the backend seperately)

npm run app

// To run both the front end and back end together

npm run dev

//To login as library manager

username : [email protected]
password : 123

//To login as a sample user

username: [email protected]
password: 123

About

Library Manageemnt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published