The gateway is the communication point between our customers and our services. It is in charge of receiving requests, sending them to the corresponding services and returning the response to the customer. Dev
- Clone the repository
- Install dependencies, run
npm install - Create an
.envfile based onenv.template - Run the microservices that are going to be consumed up.
- Run project with
npm run start:dev
Run Nats server
docker run -d --name nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 nats