https://github.com/spydon/mindlevel-backend
https://github.com/spydon/mindlevel-backend
backend backend-service game mindlevel
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spydon/mindlevel-backend
- Owner: spydon
- License: mit
- Created: 2017-07-18T00:34:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T21:02:47.000Z (over 5 years ago)
- Last Synced: 2025-02-06T07:12:33.160Z (4 months ago)
- Topics: backend, backend-service, game, mindlevel
- Language: Scala
- Homepage: https://mindlevel.net
- Size: 230 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MindLevel Backend
This is the backend for the MindLevel project.The android app can be found here: https://github.com/spydon/mindlevel3
## Description
REST API built with Slick and Akka on top of MariaDB.To run as a container check the [Container Readme](container/readme.txt)
## Hacks
Since the table generation isn't flawless and we need to support multiple databases from the same table classes you have
to run this after the generation `%s/Some("mindlevel")/None/g`.
In `build.sbt` you can turn on the generation of `Tables.scala`, then run `sbt compile` to perform the generation.