A full-stack college football stat app (I was going to do college football coach salaries but didn't want to catch the heat that could come from that)
A prediction layer for future seasons.
.env
file in server/
with DATABASE_URL
and GRPC_ADDR
set (see .env.example).env
file in server/
with:DATABASE_URL=sqlite:server/db/cfb_clean.db
npm install
npm run dev
See the package.json
: The frontend and backend are run concurrently for development.
If you need to rebuild the database, use
app/
– React frontendserver/
– Rust gRPC backendserver/proto/
– Protobuf definitionsserver/db/
– SQLite database and migration scripts