This is a blog service api implemented with Go and gRPC and utilized MongoDB as the database for managing the blogs. The purpose of this project is to demonstrate working with gRPC and Golang.
- Go 1.18+
- Docker
- Start MongoDB from docker
docker compose up
- Start the server
cd server/ ./server - Start the client
cd client/ ./client
- Development with a microservice architecture
- Front-end
- Concurrency