- A reddit clone to talk about breads.
- Sign up/Log in and join this community of bakers and bread lovers in a reddit like platform, to share your thoughts on your favorite kinds of breads in subreaddits of your choice, and interact with them, through your votes and comments.
- Installable on your mobile device as a PWA!
- Visit site to see it in action.
- React
- Redux / Redux-saga
- Typescript
- Go
- Gin-gonic
- Material UI
- Gitlab CI
- Docker
- AWS S3 / ECS / ECR
- GCloud & Firebase
- Clone the repo and install dependencies with
npm install
(or)yarn
inclient
, andgo mod vendor
inserver
. - Create a
.env
in src directory ofclient
with a variable namedREACT_APP_X_API_KEY
containing your x-api-key, which must be added toserver
too. - Create a
.env
in src directory containing the x-api-key and all your AWS S3 credentials. - In root directory run
cd client && yarn start
andcd server && go run main.go
. - go to
localhost:3000