express-app-setup
v1.0.11
Published
A package to create an express js boilerplate
Downloads
4
Readme
Express App Setup
Description
This project is a boilerplate template for creating an Express.js application with MongoDB configuration and environment files.
Features
- Pre-configured Express.js server
- MongoDB configuration with connection setup
- Environment file for managing configuration variables
Prerequisites
Before getting started, ensure that you have the following installed:
- Node.js (version 14.x.x or higher)
- MongoDB
Installation & Usage
Install the package:
npm i -g express-app-setup
Setup your Project using the package:
express-app-setup package-name
after this everything gets generated and installed, and your server loads up.
Customize your Project
Options
The following options are available when running express-app-setup
:
-tsc=true
: Generate a TypeScript boilerplate project. This option initializes the project with TypeScript support and includes atsconfig.json
file. Example usage:express-app-setup myApp -tsc=true
Contributing
Contributions are welcome! If you find any issues or want to contribute new features, please follow these guidelines:
- Fork the repository.
- Create a new branch.
- Make your changes.
- Test your changes thoroughly.
- Submit a pull request.