Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

Repository files navigation

Installation

Using Docker and Docker Compose

  1. Clone the repository:

    git clone https://github.com/axrav/_menu_management
    cd _menu_management
  2. Update environment variables:

    • Copy sample.env to .env:

      cp sample.env .env
    • Open .env and update the values according to your configuration.

  3. Ensure Docker and Docker Compose are installed.

  4. Run the following command to start the application:

    docker-compose up

Localhost Installation

  1. Clone the repository:

    git clone https://github.com/axrav/_menu_management
    cd _menu_management
  2. Install dependencies:

    npm install
You need Nodejs and Npm Installed to run this
  1. Configure environment variables:

    • Copy sample.env to .env:

      cp sample.env .env
    • Open .env and update the values according to your configuration.

  2. Run the following command to start the application in production mode:

    npm start

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages