Features: Add/remove Authors, Add/remove Books, Search
How to try?
- Clone or download the repo into your local system
- If you are using VsCode, open downloaded unzipped file through VsCode and install required dependencies. In terminal write "npm run devStart" to launch server.js file, or you can use "nodemon server.js".
- Site will be hosted locally under port : 3000 or "http://localhost:3000/"
- Note:
-
MongoDB setup is required: How to install MongoDB : https://youtu.be/wcx3f0eUiAw Link for download : https://www.mongodb.com/try/download/community
-
Nodejs setup is required: How to setup: https://www.youtube.com/watch?v=VShtPwEkDD0&t=0s Link for download: https://nodejs.org/en/
-