Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 3.05 KB

README.md

File metadata and controls

59 lines (44 loc) · 3.05 KB

Place the docker-compose file

Put the the docker-compose file in the same directory with the backend app folder ( beside the app backend folder )

Navigate to the backend app folder

$ cd server

Installation

$ npm install

Configure the environment variables

Configure the environment variables by creating .env file with the needed env var (look at .env.example )

go back to the previous directory

$ cd ..

Run the application

$ docker-compose up