Skip to content

basudev77/CRUD-WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Application

Overview

This project is a simple CRUD (Create, Read, Update, Delete) application built with Node.js and Express.js for the backend, MongoDB for the database, and EJS as the templating engine for rendering views. It demonstrates basic operations on a MongoDB database and includes features to manage user profiles.

Features

  • Create: Add new user profiles to the database.
  • Read: Retrieve and display user profiles from the database.
  • Update: Modify existing user profiles in the database.
  • Delete: Remove user profiles from the database.

Technologies Used

  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Templating Engine: EJS

Installation

Prerequisites

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published