/shopping-list-demo

Basic web application build with Go and React

Primary LanguageTypeScriptMIT LicenseMIT

Shopping List Demo 🦄

Heroku

The goal of this project is to build simpliest (no Auth is intended) web application using:

Backend:

Frontend:

  • Bootstrap
  • React
  • Redux
  • Redux-Thunk

Infrastructure:

  • Docker
  • Docker Compose
  • GitHub Actions
  • Heroku

Link to deployed version on:

Heroku 🚀

How to run it localy using docker-compose:

git clone https://github.com/evleria/shopping-list-demo.git
cd shopping-list-demo
docker-compose up -d