Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rushi0508/node-express-ts-swagger-template


https://github.com/rushi0508/node-express-ts-swagger-template

Last synced: about 11 hours ago
JSON representation

Awesome Lists containing this project

README

        

# 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](LICENSE) file for more information.