This middleware has been developed with the [NestJS](https://nestjs.com/) framework. It requires [Node.js](https://nodejs.org/en/) in order to run.
Once Node.js installed on your computer, you will need to install the project's dependencies. Go to the root of the project and run the following command.
```bash
```bash
$ npm install
npm install
```
```
## Environment variables
## Environment variables
...
@@ -13,7 +19,7 @@ For a local deployment:
...
@@ -13,7 +19,7 @@ For a local deployment:
1.`cp template.env .env`
1.`cp template.env .env`
2. Edit .env according to the chosen configuration
2. Edit .env according to the chosen configuration
The values will be read from the file by default, but you can override any of those by exporting manually the variable before launching the service.
The values will be read from the file by default when running with docker. If you run the service outside of docker you can export those variables.
## Running the app without docker
## Running the app without docker
...
@@ -21,26 +27,26 @@ You will need to provide a healthy connection to a database in order for the ser
...
@@ -21,26 +27,26 @@ You will need to provide a healthy connection to a database in order for the ser