Skip to content

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

License

Notifications You must be signed in to change notification settings

arbati/nodejs-mongodb-crud-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published