Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 2.47 KB

README.md

File metadata and controls

70 lines (54 loc) · 2.47 KB

Soccer Betting

🎯 This Project is about FIFA World Cup, should be able to manage: Teams, Groups, Matches, Users, Bets, Ranking, Rules, Statistics, etc...

Golang Postgres Gin React TypeScript Vite Material UI

ℹ️ 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.

Stack

Run

  • TODO: create a Makefile

Dependencias

Backend

cd backend
go mod tidy # install dependencies
go run cmd/main.go # running backend project

Frontend

yarn # install dependencies
yarn dev # rinning frontend project

Mock Backend

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

References