All Projects → uid4oe → microservices-go-grpc

uid4oe / microservices-go-grpc

Licence: MIT license
Go microservices with REST, and gRPC for demonstrating the BFF pattern. This repository contains backend services. Everything is dockerized and ready to "Go" :-)

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Batchfile
5799 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to microservices-go-grpc

react-resume
Resume Builder in React
Stars: ✭ 70 (-53.64%)
Mutual labels:  semantic-ui-react
shopping-cart
A simple Shopping-cart built with React and Django REST Framework(DRF)
Stars: ✭ 41 (-72.85%)
Mutual labels:  semantic-ui-react
re-frame-semantic-ui-react-github-widget
Using semantic-ui-react with re-frame - sample project
Stars: ✭ 21 (-86.09%)
Mutual labels:  semantic-ui-react
basic-todo-app-using-bit
A highly-modular React todo application composed of reusable components from 5 different collections. Full-blown software modularity.
Stars: ✭ 16 (-89.4%)
Mutual labels:  semantic-ui-react
ask-hadith
🔎 A Hadith search engine
Stars: ✭ 33 (-78.15%)
Mutual labels:  semantic-ui-react
semantic-ui-react-todos
The ReactJS/Redux Todo List Example with Semantic UI Components
Stars: ✭ 96 (-36.42%)
Mutual labels:  semantic-ui-react
semantic-ui-react-typescript-examples
Several examples using Semantic UI, React, and TypeScript
Stars: ✭ 41 (-72.85%)
Mutual labels:  semantic-ui-react
darzana
a DSL for backends-for-frontends (BFF)
Stars: ✭ 35 (-76.82%)
Mutual labels:  bff
kodlama.io-javareactcamp
Java - React Camp Works | Kodlama.io
Stars: ✭ 33 (-78.15%)
Mutual labels:  semantic-ui-react
AspNetCore6Experiments
ASP.NET Core Blazor BFF with Azure AD and Razor page
Stars: ✭ 43 (-71.52%)
Mutual labels:  bff
react-laravel-with-jwt-auth
Boilerplate for reactjs (15.6) and laravel (5.5) with jwt-authentication.
Stars: ✭ 75 (-50.33%)
Mutual labels:  semantic-ui-react
Color-Pic
Generate color palettes with image recognition
Stars: ✭ 21 (-86.09%)
Mutual labels:  semantic-ui-react
fTboilerplate-SemanticUI
boilerplate meteor react react router V4 semantic ui
Stars: ✭ 13 (-91.39%)
Mutual labels:  semantic-ui-react
springboot-react-keycloak
The goal of this project is to secure movies-app using Keycloak(with PKCE). movies-app consists of two applications: one is a Spring Boot Rest API called movies-api and another is a ReactJS application called movies-ui.
Stars: ✭ 192 (+27.15%)
Mutual labels:  semantic-ui-react
head-start
A boilerplate for React applications with an Express backend with a simple user registration/login
Stars: ✭ 24 (-84.11%)
Mutual labels:  semantic-ui-react
BarterOnly
An ecommerce platform to buy or exchange items at your convenience
Stars: ✭ 16 (-89.4%)
Mutual labels:  semantic-ui-react
quiz-app
🏆 QuizApp is a free and open-source quiz application that lets you play fully customized quizzes right in the browser.
Stars: ✭ 97 (-35.76%)
Mutual labels:  semantic-ui-react
react-semantic-redux-form
Semantic-ui-react components integration with Redux form
Stars: ✭ 57 (-62.25%)
Mutual labels:  semantic-ui-react
datahub
Datahub v2
Stars: ✭ 16 (-89.4%)
Mutual labels:  semantic-ui-react
react-semantic-ui-datepickers
Datepickers built with Semantic UI for React and Dayzed.
Stars: ✭ 87 (-42.38%)
Mutual labels:  semantic-ui-react

Microservices Go gRPC

Deployed, Check it out!

For more context, please read the Medium Story before checking the code

This repo contains microservices written in Go which aims to demonstrate BFF pattern by performing distributed CRUD operations.

See Also

Installation

Clone the repository

git clone https://github.com/uid4oe/microservices-go-grpc.git

You should have Docker installed beforehand.

.env is included. You just need to create network & execute docker-compose command

docker network create uid4oe
docker-compose up -d

At this point everything should be up and running! You can access to UI at

http://localhost:3000

Additionally, you may take a look at Microservices gRPC UI for the UI code.

Local Development

For running services in local environment, you will need a MongoDB & PostgreSQL instance, you can use local.yml It will set up MongoDB, PostgreSQL and UI.

docker network create uid4oe
docker compose --file local.yml up -d

Now lets start microservices locally.

bash start-local.sh

or

start-local.bat

That's great. Now we can use the app through UI at

http://localhost:3000

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].