aditya200502 / Crud-Operation

A CRUD operation website built with Express, Node.js, and Mongoose involves using Node.js for the server-side logic, Express for routing and handling HTTP requests, and Mongoose for interacting with a MongoDB database. CRUD stands for Create, Read, Update, and Delete, representing the basic operations for managing data within the web application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website Snapshots :-

Screenshot (691) Screenshot (692)

About

A CRUD operation website built with Express, Node.js, and Mongoose involves using Node.js for the server-side logic, Express for routing and handling HTTP requests, and Mongoose for interacting with a MongoDB database. CRUD stands for Create, Read, Update, and Delete, representing the basic operations for managing data within the web application.


Languages

Language:CSS 94.9%Language:EJS 2.6%Language:JavaScript 2.5%