swarm/tournament/scripts/demo
Karl Ostmo ff8fdaa8e2
fix local server test scripts (#2054)
# Testing

1. In one console:
    ```
    tournament/scripts/demo/server-native.sh
    ```
2. In another console:
    ```
    tournament/scripts/database/recreate-local-database.sh
    tournament/scripts/demo/client/test-cases/local/good-submit.sh
    ```
2024-07-17 14:53:56 +00:00
..
client fix local server test scripts (#2054) 2024-07-17 14:53:56 +00:00
README.md Use sqlite and static binary (#1837) 2024-05-12 20:45:08 +00:00
server-native.sh Implement GitHub authentication (#1856) 2024-05-22 00:27:21 +00:00

Running in local development environment

The client.sh script can be run with the server-native.sh script as the host.

Running the server application natively is the simplest option and connects to the local database file.

Database setup

One may populate the database using the committed schema with a script:

tournament/scripts/database/recreate-local-database.sh