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
- Install Node.js
- Install Angular-Cli
- Install MongoDB
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