- Go (version >= 1.16)
- MySQL 8
- serve
- For installation of
serve
see: https://www.npmjs.com/package/serve
npm install -g serve
- Copy the
.env.example
file to.env
in theroot
directory. - Copy the
.env.example
file to.env
in thefrontend
directory.
- User Service
go run ./customers
- Payment Service
go run ./payment
- Order Service
go run ./order
- Start the frontend using following command
serve -l 5000 frontend
- Access
http://localhost:5000/
http://localhost:8080/
http://localhost:8081/
http://localhost:8082/
Install Otelcol-contribute using this link
- you can use collector configuration file
atatus-collector.yaml
for send OTel data to Atatus.
./otelcol-contrib --config=<Your-Local-path>/atatus-collector.yaml