Basic Nodejs+MongoDb CRUD Project

A simple Portfolio site.A project that allows us to add, remove and update portfolios.Bootstrap-based free theme Agency was used.

Installation

Use the package manager npm to install.

After downloading the application file, run the following command via terminal

npm init

Run

Before running the application, replace the mongoDb url in app.js with your local url.

Then we run the project with the following command

npm run dev

You can check with

  http://localhost:3000/

Packages used

"ejs"
"express"
"express-fileupload"
"method-override"
"mongoose":

Screenshot:

home