isd-sgcu / rnkm65-file

The file service of the freshers fairs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RNKM65 File

Stacks

  • golang
  • gRPC

Getting Start

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • golang 1.18 or later
  • docker
  • makefile

Installing

  1. Clone the project from RNKM65 File
  2. Import project
  3. Copy config.example.yaml in config and paste it in the same location then remove .example from its name.
  4. Download dependencies by go mod download

Testing

  1. Run go test -v -coverpkg ./... -coverprofile coverage.out -covermode count ./... or make test

Running

  1. Run docker-compose up -d or make compose-up
  2. Run go run ./src/. or make server

Compile proto file

  1. Run make proto

About

The file service of the freshers fairs


Languages

Language:Go 95.2%Language:Dockerfile 3.2%Language:Makefile 1.6%