Skip to content

richwalton/ArtNewsReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Vanilla JS app to perform CRUD operations on MongoDb Database without Mongoose but using Express for the server.

From Tutorial: https://zellwk.com/blog/crud-express-mongodb/

Terminal commands for dependencies: (Node, Nodemon, Express, Body-parser, Ejs templating)


npm init


npm install express --save


npm install nodemon --save-dev


npm install body-parser --save

*** // without Mongoose - basic mongoDb npm install mongodb --save


npm install ejs --save

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published