This repository serves as a starter template for building a Node.js Express server with TypeScript and Swagger documentation.
- Express server setup with basic routes
- TypeScript for type safety and enhanced developer experience
- Swagger for API documentation and testing
- Preconfigured linting and formatting with ESLint and Prettier
To get started with this starter template, follow these steps:
- Click the "Use this template" button to create a new repository based on this template.
- Clone the new repository to your local machine.
- Install the dependencies with
npm install
. - Start the development server with
npm start
.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.