Open source node project with typescript
Whenever we start a project we spend a lot of time in deciding its directory structure applying best practices and writing some common functionality required in all projects which inturns take a lot of time. This project can help you in that case, Just clone and get started
- TypeScript Configured
- Mongo confugured, Connection is established
- Reusable functionality for CRUD opeations added
├── dist
├── src
│ ├── controllers
│ ├── models
│ └── routes
├── app.ts
├── package.json
├── tsconfig.json
├── README.md
├── .gitignore
└── LISCENSE
Dirctory structure was generated from here