https://github.com/isur/tournament-tables-generator
Semester III Project - Round Robin Tables generator
https://github.com/isur/tournament-tables-generator
Last synced: about 1 year ago
JSON representation
Semester III Project - Round Robin Tables generator
- Host: GitHub
- URL: https://github.com/isur/tournament-tables-generator
- Owner: Isur
- Archived: true
- Created: 2021-05-16T13:27:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T12:36:58.000Z (about 5 years ago)
- Last Synced: 2025-03-03T00:23:41.046Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 542 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Getting Started
## Quick start guide
To install:
`npm install`
To run server and client:
`npm start`
## Frontend
Read [readme.md](./round-robin-front/readme.md) in client folder.
## Backend
Read [readme.md](./round-robin-api/readme.md) in api folder.