mrmodise / book-manager-mongodb-nodejs

A simple application to demostrate CRUD functions in MongoDB using Mongoose and ExpressJS in NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

book-manager-mongodb-nodejs

A simple application to demostrate CRUD functions in MongoDB using Mongoose and ExpressJS in NodeJS

#Demo animation

#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

About

A simple application to demostrate CRUD functions in MongoDB using Mongoose and ExpressJS in NodeJS

License:MIT License


Languages

Language:HTML 44.7%Language:JavaScript 42.2%Language:CSS 13.1%