Api to manager movies.
To this project your need:
In root folder create a file .env with:
MONGO_URI= //database connection
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
- golang
- grpc
- docker
- mongoDB
Made by Janapc 🤘 Get in touch!