Hwo to start a new micro-service:
- Copy this micro-service
- Rename it
- Change the name in the
package.json
file - Change the name in the
Dockerfile
file - Change the name in the
docker-compose.yml
file - Add .env to the .gitignore file
- Read documentation how to create a new endpoint here
To start the micro-service you need to run the following command: