Skip to content

janapc/grpc-movies-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie api grpc

Last commit Language top Repo size

Project   |    Requirement   |    Run Project   |    Technologies

Project

Api to manager movies.

Requirement

To this project your need:

In root folder create a file .env with:

MONGO_URI= //database connection

Run Project

Start Docker in your machine and run this commands in your terminal:

## up mongodb
❯ docker compose up -d

## run this command to install dependencies:
❯ go mod tidy

## run this command to start api(localhost:50051):
❯ go run cmd/grpc-server/main.go

Technologies

  • golang
  • grpc
  • docker
  • mongoDB

Made by Janapc 🤘 Get in touch!

Releases

No releases published

Packages

No packages published

Languages