https://github.com/matteopolak/ccsserver
The backend for the Rust-based CyberPatriot scoring client
https://github.com/matteopolak/ccsserver
cyberpatriot fastify typescript
Last synced: about 1 month ago
JSON representation
The backend for the Rust-based CyberPatriot scoring client
- Host: GitHub
- URL: https://github.com/matteopolak/ccsserver
- Owner: matteopolak
- License: mit
- Created: 2021-10-17T03:35:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T00:46:22.000Z (about 3 years ago)
- Last Synced: 2025-02-16T18:46:38.868Z (4 months ago)
- Topics: cyberpatriot, fastify, typescript
- Language: TypeScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Setup
* Clone the repository: `git clone https://github.com/matteopolak/ccsserver.git`
* Enter the directory: `cd ccsserver`
* Install required packages: `yarn install`
* Compile and run: `npm start`
* The server is listening on port `3000` by default## Requirements
* Node.js 16.0.0 or higher
* PostgreSQL server for storage