/Node-Js-CRUD

A complete Basic CRUD of Node JS With MongoDB, Express, Mongoose and Node Js

Primary LanguageHTML

Node-Js-CRUD

A complete Basic CRUD of Node JS With MongoDB, Express, Mongoose and Node Js.

Steps

Install Node Package Manager and sync with projects packages.json. Execute Command

npm install

Start your Mongo Database. Go your MongoDB folder. Like; C://MongoDB/bin
Execute the command

mongod

Now Start the NPM. Execute the command

npm start

Now server will run. Browse- at http://localhost/8080
Add Some Tasks first by going http://localhost/8080/add
Enjoy

Note: All CSS and JS are used from CDN. Without Internet connection design will not be seen.

Node JS Basic CRUD - Home Page

home_page

Node JS Basic CRUD - Task Add Page With Valdiation (Express Validation & Session)

task_add_page_with_validation

Node JS Basic CRUD - View Task

View_Task

Node JS Basic CRUD - Edit Task

Edit_Task

Node JS Basic CRUD - Delete Task

delete_task