8000 GitHub - wasp-lang/tennis-score-app: Tennis score tracking app that is used to demonstrate database migration strategies
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wasp-lang/tennis-score-app

Repository files navigation

Tennis Score Tracking App

score_page

Imagine you are organising a tennis tournament and you want to keep track of the scores in real-time. You want some judge to keep score while watching a game. We want to allow people to keep track of all the matches that are played right now / were played earlier.

Running it locally

  1. Make sure you have the latest version of Wasp installed by running curl -sSL https://get.wasp-lang.dev/installer.sh | sh in your terminal.
  2. Create a new .env.server file (copy example.env.server as a starting point)
  3. Start the PostgreSQL database with wasp db start
  4. Run wasp db migrate-dev
  5. Run wasp start. This will install all dependencies and start the client and server for you :)
  6. Go to localhost:3000 in your browser (your NodeJS server will be running on port 3001)
  7. Install the Wasp extension for VSCode to get the best DX

About

Tennis score tracking app that is used to demonstrate database migration strategies

Resources

Stars

Watchers

Forks

Packages

No packages published
0