A boilerplate project for building RESTful APIs using Express, TypeScript, and Mongoose. It provides a well-organized architecture, development best practices, and a set of utilities and tools to accelerate the development process.
To create a new project using this starter template, you can use npx to quickly scaffold the project. if you don't write the project name yourself, default name typescript-express-mongoose-starter will be used.
npx typescript-express-mongoose-starter <project-name>Alternatively, you can clone the repository and install the dependencies:
$ git clone https://github.com/ahmadjoya/typescript-express-mongoose-starter.git $ cd typescript-express-mongoose-starter $ npm install
