Skip to content

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

License

Notifications You must be signed in to change notification settings

fabianogoes/soccer-betting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages