A simple and lightweight API with MongoDB integration.
Install all required packages and dependencies:
npm install
Run the TypeScript server using:
npm run dev
or
npx ts-node notes-api.ts
Built to grasp the core concepts of express and backend development.