All Projects → pedrorijo91 → play-slick3-steps

pedrorijo91 / play-slick3-steps

Licence: other
Example app using scala Play Framework and Slick

Programming Languages

HTML
75241 projects
scala
5932 projects

Projects that are alternatives of or similar to play-slick3-steps

Kebs
Scala library to eliminate boilerplate
Stars: ✭ 113 (+76.56%)
Mutual labels:  play-framework, slick
Play Reactive Slick
This is Play Template with a nice User Interface. If you want to use Play as web framework and Postgres as Database then this demo project can be used as a starting point for your application.
Stars: ✭ 40 (-37.5%)
Mutual labels:  play-framework, slick
ank
ΛNK: Compile time docs verification and evaluation for Kotlin and Java (Temporarily moved to Arrow-kt)
Stars: ✭ 52 (-18.75%)
Mutual labels:  tutorials
hackerrank-30-Days-of-Code
Hackerrank Solutions of "30 Days of Code Challenges "
Stars: ✭ 23 (-64.06%)
Mutual labels:  tutorials
tutorial-go-fiber-rest-api
📖 Build a RESTful API on Go: Fiber, PostgreSQL, JWT and Swagger docs in isolated Docker containers.
Stars: ✭ 175 (+173.44%)
Mutual labels:  tutorials
BlendingToolKit
Tools to create blend catalogs, produce training samples and implement blending metrics
Stars: ✭ 21 (-67.19%)
Mutual labels:  tutorials
ipython-notebooks
A collection of Jupyter notebooks exploring different datasets.
Stars: ✭ 43 (-32.81%)
Mutual labels:  tutorials
books
A collection of online books for data science, computer science and coding!
Stars: ✭ 29 (-54.69%)
Mutual labels:  tutorials
Manuals-and-Tutorials
Manuals about everything I work with
Stars: ✭ 15 (-76.56%)
Mutual labels:  tutorials
R-for-Data-Science-Lunchbreak-Lessons
Source files for the LinkedIn Learning Course
Stars: ✭ 67 (+4.69%)
Mutual labels:  tutorials
navigation2 tutorials
Tutorial code referenced in https://navigation.ros.org/
Stars: ✭ 60 (-6.25%)
Mutual labels:  tutorials
cli
Nexss PROGRAMMER 2.x - innovative and evolutionary programming tool - over 50 programming languages
Stars: ✭ 15 (-76.56%)
Mutual labels:  tutorials
example-vue-webpack
An example for vue and webpack
Stars: ✭ 29 (-54.69%)
Mutual labels:  tutorials
vos whatsapp
vangav open source - whatsapp; generated using vangav backend:
Stars: ✭ 14 (-78.12%)
Mutual labels:  play-framework
play2-sockjs
A SockJS server implementation for Play Framework.
Stars: ✭ 60 (-6.25%)
Mutual labels:  play-framework
tutorials-hg1
These tutorials demonstrate the usage of the Harfang API
Stars: ✭ 12 (-81.25%)
Mutual labels:  tutorials
play-angular-typescript.g8
A giter8 template for a Play Angular 4 Typescript application
Stars: ✭ 91 (+42.19%)
Mutual labels:  play-framework
awesome-power-platform
A collection of awesome things regarding the Power Platform ecosystem.
Stars: ✭ 36 (-43.75%)
Mutual labels:  tutorials
Starred-Repo
⚡ Collection of Starred Repos to find them easily
Stars: ✭ 41 (-35.94%)
Mutual labels:  tutorials
helloworld-web
Hello World web application in 39 different ways in Java
Stars: ✭ 18 (-71.87%)
Mutual labels:  play-framework

play-slick3-steps example

Build Status

Simple working app using play 2.7 and slick 4.0.0 with mysql. Step by step tutorial at https://pedrorijo91.github.io/blog/play-slick/

Created since the available demos have too much irrelevant code to who wants to integrate slick with a play app.

Based on bhavyalatha26/play-scala-slick-example.

Removed some code such as:

  • Traits and implementation classes
  • Useless controllers
  • Support for i18n
  • activator

Getting Started

To run this demo using sbt:

  • git clone this repository
  • Update the MySQL server url, username and password in conf/application.conf
  • Create a example database on your MySQL server.
    CREATE DATABASE example;
  • Launch the demo using sbt run
  • Open the Play web server at http://localhost:9000
  • You should be prompted to apply the evolution script. Apply the script.
  • You should now see the app running.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].