https://github.com/rockwotj/appengine-scala
An example of Google App Engine with Scala
https://github.com/rockwotj/appengine-scala
appengine appengine-scala bazel scala
Last synced: 2 months ago
JSON representation
An example of Google App Engine with Scala
- Host: GitHub
- URL: https://github.com/rockwotj/appengine-scala
- Owner: rockwotj
- Created: 2016-12-02T04:45:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T23:56:13.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T07:13:31.966Z (4 months ago)
- Topics: appengine, appengine-scala, bazel, scala
- Language: Scala
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scala AppEngine using Bazel
[](https://travis-ci.org/rockwotj/appengine-scala)
This is an example of using Scala in [Google App Engine](https://cloud.google.com/appengine) while building with [Bazel](https://bazel.build).
To run it, first [install bazel](https://bazel.build/versions/master/docs/install.html) and run `bazel build :backend` then `./bazel-bin/backend --port=12345` to run the server.
## IDE Support
See the [IntelliJ with Bazel Plugin](https://ij.bazel.build/). It's suggested to pair with the [Scala plugin for IntelliJ](https://plugins.jetbrains.com/plugin/1347-scala).
## Adding dependencies
Dependencies are managed via [generate_workspace](https://docs.bazel.build/versions/master/generate-workspace.html) in order to pick up transative dependancies.