Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rushi0508/node-express-ts-swagger-template
- Owner: Rushi0508
- License: mit
- Created: 2024-08-27T12:13:49.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-27T12:39:02.000Z (5 months ago)
- Last Synced: 2024-11-11T09:05:06.172Z (about 2 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.