This is a scoreboard app developed by the NCR team that has been used for OpenECSC 2023. This scroebaord is a layer of an existing scoreboard and the used data was retrieved CTFd instance.
In this project we have used the following technologies and frameworks:
- ReactJS
- Typescript
- NodeJS
- ExpressJS
To test the project, follow these steps:
- Make sure you have Docker installed on your computer.
- Clone this repository.
- Navigate to the root of the repository in your terminal.
- Run
docker-compose up -d
to start the dev container. - Navigate to localhost:3000 in your web browser to access the React app.
To set up the dev container extension, follow these steps:
- Install the "Remote - Containers" extension in Visual Studio Code.
- Open the repository in Visual Studio Code.
- Click the "Remote-Containers: Open Folder in Container" command from the command palette.
- Wait for the container to build and start.
- Access the React app and PHPMyAdmin server using the same URLs as above.
That's it! You should now be able to run the app and access the React app and API. If you have any issues, please feel free to contact the NCR team for support.