https://github.com/dhtmlx/scheduler-scalatra-mongo
dhtmlxScheduler demo in Scala using Scalatra REST API and MongoDB
https://github.com/dhtmlx/scheduler-scalatra-mongo
Last synced: over 1 year ago
JSON representation
dhtmlxScheduler demo in Scala using Scalatra REST API and MongoDB
- Host: GitHub
- URL: https://github.com/dhtmlx/scheduler-scalatra-mongo
- Owner: DHTMLX
- License: gpl-3.0
- Created: 2016-05-04T16:18:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T16:22:28.000Z (about 9 years ago)
- Last Synced: 2025-01-13T02:12:40.395Z (over 1 year ago)
- Language: JavaScript
- Size: 474 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dhtmlxScheduler demo in Scala using Scalatra and MongoDB
========================
An example of REST API integration in Scala language using Scalatra framework.
More info about the framework at [http://scalatra.org/]( http://scalatra.org/)
### Requirements
- JDK v1.7+
- Scala v2.11.8+
### Build
run "sbt" in the demo folder:
> sbt
### Run
> jetty:start
> browse
If `browse` doesn't launch your browser, manually open [http://localhost:8080/](http://localhost:8080/) in your browser.
Read full tutorial here [https://dhtmlx.com/blog/using-scheduler-scalatra-framework-mongodb/](https://dhtmlx.com/blog/using-scheduler-scalatra-framework-mongodb/)