- Clone the repository
git clone https://github.com/agadilkhan/pickup-point-service.git
- Install go packages
go mod tidy
- To migrate the data and tables on auth service
make auth-migrateup
- To migrate the data and tables on user service
make user-migrateup
- To migrate the data and tables on pickup service
make pickup-migrateup
- To launch the auth-service:
make start-auth
- To launch the user-service:
make start-user
- To launch the pickup-service:
make start-pickup