🎯 This Project is about FIFA World Cup, should be able to manage: Teams, Groups, Matches, Users, Bets, Ranking, Rules, Statistics, etc...
ℹ️ This project was created as a study base for the Go language and its main frameworks and libraries. It's an open source project, so feel free to participate with ideas and code by creating issues and submitting pull requests.
- TODO: create a Makefile
cd backend
go mod tidy # install dependencies
go run cmd/main.go # running backend project
yarn # install dependencies
yarn dev # rinning frontend project
To run the frontend with the mocked backend, and not need to install Golang locally
cd frontend
yarn # install dependencies
yarn mock # running mock backend
yarn dev # rinning frontend project