A simple application to demostrate CRUD functions in MongoDB using Mongoose and ExpressJS in NodeJS
#Environment Set-up
- You must have NodeJS installed
- This demo was inspired by
- Check demo on Heroku
#Instructions
- Download the zip file/clone the repo and extract it to your preffered location
- Open the extracted folder in your favorite Text Editor, the code has been well commented
cd book-manager-mongodb-nodejs
npm install
- Once all dependencies are installed,
- Run the command below while you're within the project's root directory
run node server