Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 361 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 361 Bytes

My RecipePage Library

A React Redux website for storing recipes

Built with:

  • Golang
  • Typescript
  • React/Redux
  • Mysql
  • Redis

Local Development

Requirements

  • Docker
  • Go 1.19+
  • Node
  • Yarn
  • React
  • Mysql
  • Flyway

Running

go mod download
yarn --cwd "ui" install

./scripts/run.sh

Running the tests

./scripts/test.sh