This repo will create a native template for NodeJS with TypeScript, including:
- Express server setup
- Common authentication and security middlewares
- ESLint configuration for code quality
- Nodemon for development
- gRpc setup
- Environment variable management with dotenv
- MySQL database connection setup
- Basic routing structure
Features can be easily extended as per project requirements. The project already have a user entity and related APIs.