https://github.com/leomino/gd-solution-api
https://github.com/leomino/gd-solution-api
betting-game challenge check24
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leomino/gd-solution-api
- Owner: leomino
- Created: 2024-05-15T05:43:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T10:57:06.000Z (over 1 year ago)
- Last Synced: 2025-03-20T07:11:22.378Z (7 months ago)
- Topics: betting-game, challenge, check24
- Language: TypeScript
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This repository contains the server-part to my solution for the 5th Scholarship of Check24 "CHECK24 GenDev Betting Challenge"
Repository to the iOS-part of this challange: https://github.com/leomino/gd-solution-iosTo start the server locally you need a .env file at the project root.
Feel free to reach out: l.palomino1@icloud.comTo install dependencies:
```sh
bun install
```To run:
```sh
bun run dev
```open http://localhost:3000