https://github.com/yigitsadic/fake_store
E-commerce clone built with Golang, GraphQL, gRPC, TypeScript,MongoDB and React.
https://github.com/yigitsadic/fake_store
golang graphql grpc microservices mongodb react typescript
Last synced: 3 months ago
JSON representation
E-commerce clone built with Golang, GraphQL, gRPC, TypeScript,MongoDB and React.
- Host: GitHub
- URL: https://github.com/yigitsadic/fake_store
- Owner: yigitsadic
- License: mit
- Created: 2021-09-09T15:12:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-24T16:35:47.000Z (over 4 years ago)
- Last Synced: 2025-03-29T03:15:09.252Z (about 1 year ago)
- Topics: golang, graphql, grpc, microservices, mongodb, react, typescript
- Language: Go
- Homepage: https://store.yapas.in
- Size: 1.45 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/yigitsadic/fake_store)






# Fake Store
An example single-repo gRPC powered microservices project.
## To run
Run
```
git clone https://github.com/yigitsadic/fake_store.git
cd fake_store
docker-compose up
```
Open `http://localhost:3000` on browser.
## Demo
- [https://store.yapas.in](https://store.yapas.in)
- [https://api.store.yapas.in](https://api.store.yapas.in)
## About
Blog posts about this project:
* [Part I](https://yigitsadic.github.io/2021/09/08/microservices-example-with-go-and-grpc.html)
* [Part II](https://yigitsadic.github.io/2021/09/09/microservices-example-with-go-and-grpc-part-two.html)
* [Part III](https://yigitsadic.github.io/2021/09/11/microservices-example-with-go-and-grpc-part-three.html)