1.0.11 • Published 10 months ago

express-app-setup v1.0.11

Weekly downloads
2
License
ISC
Repository
github
Last release
10 months ago

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

  1. Install the package:

     npm i -g express-app-setup
  2. Setup your Project using the package:

     express-app-setup package-name

    after this everything gets generated and installed, and your server loads up.

  3. 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 a tsconfig.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:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes.
  4. Test your changes thoroughly.
  5. Submit a pull request.
1.1.1

11 months ago

1.0.2

11 months ago

1.1.0

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.11

10 months ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago