Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aselab/scala-activerecord-sample
- Owner: aselab
- Created: 2012-04-11T05:53:37.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T05:03:47.000Z (almost 4 years ago)
- Last Synced: 2024-03-26T10:31:40.968Z (10 months ago)
- Language: Scala
- Homepage: http://play2-scala-activerecord.herokuapp.com/
- Size: 5.93 MB
- Stars: 11
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.