Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aselab/scala-activerecord-sample

Scala Activerecord sample
https://github.com/aselab/scala-activerecord-sample

Last synced: 2 months ago
JSON representation

Scala Activerecord sample

Awesome Lists containing this project

README

        

## Sample Heroku URL (Play! 2.x sample)

http://play2-scala-activerecord.herokuapp.com/

## Scala ActiveRecord sample

### Console application samples

```
cd sample/
sbt
> run
```

### Scalatra sample

```
cd scalatra/
sbt
> jetty:start
```

The application starts on http://localhost:8080.

### Scalatra sample (multiple-schema)

```
cd scalatra-multiple-schema/
sbt
> jetty:start
```

The application starts on http://localhost:8080.

### Play! 2.8 sample

```
cd play2x/
sbt
> run
```

The application starts on http://localhost:9000.

### Play! 2.8 sample (multiple-schema)

```
cd play2x-multiple-schema/
sbt
> run
```

The application starts on http://localhost:9000.