Currently there are 2 services right now, Auth and Products. This is a side project to practice microservices architecture and there is lot of other features coming.
Steps to up and run this project in your machine. (if you want)
Run PostgreSQL using docker by runnning command:
docker run -d -e POSTGRES_PASSWORD=postgres --name pg -p 5432:5432 postgres