This is a RESTful API built using Typescript, Express and MongoDB. It provides an easy way to interact with data stored in MongoDB.
- Node.js
- npm / pnpm / yarn
- MongoDB
- Clone the repository:
git clone https://github.com/harshhh11/RESTful-API.git- Navigate to the directory:
cd RESTful-API- Install the dependencies:
pnpm i- Start the development server:
pnpm dev- The API will be running on
http://localhost:6969