Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.05 KB

README.md

File metadata and controls

49 lines (39 loc) · 1.05 KB

Statego is web based application that allows the user to log their play sessions in board games and receive aggregate statistical analysis of the data.

Installation

Dependencies

  • Node.JS
  • Rust
  • Cargo

Backend

#Move to backend folder
cd src/statego-backend/

#Run Maven 
cargo run

Frontend

#Move to frontend folder
cd statego-frontend/

#Install npm packages
npm i

#Start frontend
npm run dev

Tools Used

Frontend

Tool Purpose
Vuejs JS Framework
Pinia State Mangement
TailwindCSS CSS Styling
Vercel Hosting the Fronted

Backend

Tool Purpose
Actic-Web Rust Backend Framework
Cargo Build Tool and package manager
Linode Backend Server hosting

License

Statego is licensed under the MIT license