-
Clone the repository:
git clone https://github.com/axrav/_menu_management cd _menu_management -
Update environment variables:
-
Copy
sample.envto.env:cp sample.env .env
-
Open
.envand update the values according to your configuration.
-
-
Ensure Docker and Docker Compose are installed.
-
Run the following command to start the application:
docker-compose up
-
Clone the repository:
git clone https://github.com/axrav/_menu_management cd _menu_management -
Install dependencies:
npm install
-
Configure environment variables:
-
Copy
sample.envto.env:cp sample.env .env
-
Open
.envand update the values according to your configuration.
-
-
Run the following command to start the application in production mode:
npm start