CRUD Example nodeJs (Express, Handlebars, Body-parser and mongodb)
The dependecies using in this crud example are:
- express: 4.17.1
- body-parser: 1.19.0
- express-handlebars: 5.3.4
- mongoose: 6.0.12
- NodeJs - Download & Install NodeJs, and make sure it's running .
- MongoDB - Download & Install MongoDB, and make sure it's running .
get the repository from github to local:
$ git clone https://github.com/arbati/nodejs-mongodb-crud-example.git
install all dependencies:
$ npm install
$ npm start
go to navigator and type the url:
http://localhost:3011/employee