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

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

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/)