Skip to content

wasuradananjith/UCSC-Digital-Library

Repository files navigation

UCSC-Digital-Library

Web System to manage online reservations, borrowing, calculating library dues, generating reports etc. in a library system developed using MEAN (MongoDB, Express.js, Angular, Node.js) Stack

Pre-requisites

  • Install Node.js
  • Install Angular-Cli
  • Install MongoDB

Follow the instructions below

1)	Run the MongoDB server by typing "mongod" in terminal

2)	Then navigate to the folder where the backend files are located using terminal
	And, type "npm install" to install node-modules
	Then, run Node server by typing "nodemon app.js" or "nodemon"
	If successful you can see "database connected listening to port 3000" in terminal

3)	Next, navigate to the Angular-Front folder using another terminal
	Type "npm install" to install node-modules
	Then, run Angular front by typing "ng serve"

4)	Open a web browser and type "http://localhost:4200" as URL

About

Library System for UCSC using MEAN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published