An open API service indexing awesome lists of open source software.

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

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-ios

To start the server locally you need a .env file at the project root.
Feel free to reach out: l.palomino1@icloud.com

To install dependencies:
```sh
bun install
```

To run:
```sh
bun run dev
```

open http://localhost:3000