Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 392 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 392 Bytes

Architecture

  • Frontend is written in Javascript using React.
  • Backend is written in Go.
  • Frontend and Backend are in the same repository but are separately developed

How to start

Local Development

make up
make mod
make migrate-up
make be-run

Then go to http://127.0.0.1:3000

For more information

  • Backend => backend/README.md
  • Frontend => frontend/README.md