Skip to content

azeemnitw/crud_learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Learn

Description

CRUD Learn is a simple CRUD application built with TypeScript, Node.js, and MongoDB. It demonstrates fundamental concepts of CRUD operations, including database configuration, schema validation, API routing, and server setup. This project is perfect for learning the basics of backend development.


Features

  • Create: Add new entries to the database.
  • Read: Retrieve single or multiple records.
  • Update: Modify existing records.
  • Delete: Remove records from the database.

Installation

Prerequisites

  1. Node.js (v14 or later)
  2. MongoDB (Ensure the database is running locally or provide a connection URI)
  3. npm or yarn

About

Learning CRUD using nodejs express mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors