Node Express TypeScript Swagger Starter

This repository serves as a starter template for building a Node.js Express server with TypeScript and Swagger documentation.

Features

  • 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

Getting Started

To get started with this starter template, follow these steps:

  1. Click the "Use this template" button to create a new repository based on this template.
  2. Clone the new repository to your local machine.
  3. Install the dependencies with npm install.
  4. Start the development server with npm start.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more information.