Skip to content

reyadek/express-mongoose-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-mongoose-crud

CRUD Express js and MongoDB



This is simple application CRUD basic javascript with NodeJS

  • https://docs.mongodb.com/manual/installation/
  • create database on your local mongodb named express-mongoose-crud
  • open your terminal and type mongo enter
  • type use express-mongoose-crud
  • type db.students.insertMany([{"name":"Jhon","email":"jhon@gmail.com","phone":"08123123123"},{"name":"Doe","email":"doe@gmail.com","phone":"08234234234"}])
  • thats it


git clone https://github.com/reyadek/express-mongoose-crud.git

  • cd express-mongoose-crud
  • npm install
  • nodemon app

built on node v16.6.2
built on npm 7.20.3

npm library

used for framework web application

used for view engine

used for layout ejs view engine

used for flash message, cookie and session

used for override post http method

used for schema-based solution to model your application data MongoDB

used for validation data

used for automatically restarting the node application when file changes


dont forget give a star

Cheers

Ade Putra

About

Simpe application CRUD ExpressJS and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors