Skip to content

agadilkhan/pickup-point-service

Repository files navigation

Pick-up point service

A service for admins and employees, where they can manage pick-up point orders.


Getting started

Installation

  1. Clone the repository
  git clone https://github.com/agadilkhan/pickup-point-service.git
  1. Install go packages
  go mod tidy

Migrate

  1. To migrate the data and tables on auth service
   make auth-migrateup
  1. To migrate the data and tables on user service
   make user-migrateup
  1. To migrate the data and tables on pickup service
   make pickup-migrateup

Launch

  1. To launch the auth-service:
   make start-auth
  1. To launch the user-service:
   make start-user
  1. To launch the pickup-service:
   make start-pickup

Built With

  • Golang
  • Gin
  • gRPC
  • PostgreSQL
  • Redis
  • Kafka
  • Docker
  • Swagger
  • Grafana
  • Prometheus

Contact

Alfarabi Agadilkhan ([email protected])

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published