A simple starting point for building APIs using Node.js, Express, TypeScript, and Swagger.
- Clone the repository
- Run
npm install
- Run
npm run dev
to start the server in development mode - Run
npm run build
to build the project in production mode - Run
npm start
to start the server in production mode
This boilerplate was inspired by this article by Nisal Renuja Palliyaguru.