Skip to content

husanmusa/mh_api_gateway

Repository files navigation

Med Api Gateway

Description

This project is a web-based application for scheduling appointments with healthcare professionals at polyclinics. The application allows patients to register for an account, provide their personal information, and schedule appointments with their preferred doctors.

Installation

Prerequires

Since the project is written in go, the computer must have go installed. Go: download and install. Postgres too. Docker. Docker compose.

Next

First, we clone the project from github:

  git clone https://github.com/husanmusa/med-appointment-service

The following command is written to download the modules:

  go mod tidy
  go mod vendor

To use microservices, protobuf must be installed. Then:

protoc-gen-go: go get -u github.com/golang/protobuf/protoc-gen-go
protoc-gen-go-grpc: go get -u google.golang.org/grpc/cmd/protoc-gen-go-grpc

You need to download the submodule where the protos are.

  git submodule add git@github.com:husanmusa/mh_protos.git

The code that runs the protos is written in a Makefile. This is why you need to install a Makefile. For MacOS.

Let's clone the protos.

    make copy-proto-module
    make update-proto-module

Added migration for easy database management. Installation.

To Update swagger(install):

    make swag-init

Run

You can run the project in docker if you want, or locally if you want. Dockerfile and docker-compose are already written. You just need to install some environments :).

    go run cmd/main.go

Structure

The reason for the structure of the program is that, first of all, 90% of projects in Uzbekistan have a similar structure. That's why I also chose this structure. Second, the project is understandable and scalable.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages