Skip to content

gdg-iiits/mongodb-session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic CRUD Application

This is a basic CRUD application that allows you to create, read, update, and delete users. The overall flow will be based on a simple Library Management System.

Structure of the Project

project/
│
├── controllers/
│   └── bookController.js
│
├── models/
│   └── bookModel.js
│
├── routes/
│   └── bookRoutes.js
│
├── views/
│   └── index.ejs
│
├── app.js
└── package.json

About

Basic CRUD Operations in NodeJS & Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published