Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.28 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.28 KB

Express Project Setup

pre-configured and well-structured template that provides a starting point for building web applications with the Express.js framework. This boilerplate aims to save developers time and effort by offering a foundation with essential components, such as middleware, routing, and testing already set up.

The boilerplate typically includes best practices and follows a modular approach, allowing developers to easily extend and customize the application to suit their specific needs. It also incorporate testing setups and environment management.

Getting Started

To run the setup locally, follow the instructions below.

Prerequisites

  • Node.js
  • Docker
  • Docker Compose

Installation

  1. Clone the repository:

    git clone https://github.com/ayushkavad/express-project-setup.git
    cd express-project-setup
  2. Build and start the containers using Docker Compose:

    docker compose up

This command will spin up the app services and backend will accessible at http://localhost:8000.

Acknowledgments

License

This project is licensed under the MIT License.