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.
- Create: Add new entries to the database.
- Read: Retrieve single or multiple records.
- Update: Modify existing records.
- Delete: Remove records from the database.
- Node.js (v14 or later)
- MongoDB (Ensure the database is running locally or provide a connection URI)
- npm or yarn