Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 899 Bytes

README.md

File metadata and controls

52 lines (32 loc) · 899 Bytes

nodejs-mongodb-crud-example

CRUD Example nodeJs (Express, Handlebars, Body-parser and mongodb)

dependencies

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

step-by-step to start

install nodeJs

install mongodb

clone repository

get the repository from github to local:

$ git clone https://github.com/arbati/nodejs-mongodb-crud-example.git

install dependencies

install all dependencies:

$ npm install

start server

$ npm start

url

go to navigator and type the url:

http://localhost:3011/employee