This Project is introduced to BackEnd Using NodeExpress, TypeScript and MongoDB
- NodeExpress
- TypeScript
- MongoDB
This Project All Configurations
tsc -v
tsc -init
npm init -y
npm install express body-parser mongoose
npm install --save-dev nodemon
npm install --save-dev @types/node
npm install --save-dev @types/express
npm install dotenv
Here You Can Add More Origins To Allow CORS
npm install cors
npm install @types/cors
Not Detected Node Modules
npm install
Run Project
npm start
Test POSTMAN
https://documenter.getpostman.com/view/24952393/2s93eYTXFv
https://github.com/Pasan-Pahasara/REST-API.git