A backend server for the cheth game.
- Install node
- Install heroku cli
- Install yarn
npx tsc
compiles typescript files
npm start
starts the backend server locally
npm test
runs the tests
heroku logs --tail
displays the server logs
node db_commands/alter/alter_games.js
example execution of db command
- note: dotenv import must be replaced manually