https://github.com/satendrakumar/slick-demo-app
https://github.com/satendrakumar/slick-demo-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/satendrakumar/slick-demo-app
- Owner: satendrakumar
- Created: 2013-12-07T06:39:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-07T07:46:36.000Z (over 11 years ago)
- Last Synced: 2025-01-30T15:51:28.279Z (4 months ago)
- Language: Scala
- Size: 227 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
slickdemo
=========
To RunInstall SBT 0.13, available from http://www.scala-sbt.org/release/docs/Getting-Started/Setup.html
Make sure sbt is in your PATH.
postgres installation =>
$ sudo apt-get install postgresql (If you already have postgres database then no need to install)for create databse =>
$ sudo -u postgres psql postgres
> create database slickdemo;
You then need to clone this projectgit clone https://github.com/satendrakumar06/slickdemo.git
Change into the slickdemo folder.
Run the code example using SBT
$ sbt run
To edit the project in eclipse you can generate the required eclipse project files like this:
$ sbt eclipse