Skip to content

snorochevskiy/ourteam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ourteam

(just playing with Play2 Framework and Slick)

Project is based on play-scala-seed.g8

sbt new playframework/play-scala-seed.g8

Most of solutions are taken from:

Running

Prerequireties:

  • SBT
  • JDK 8+

To run application in development mode, execute:

sbt run

Other

To get a bcrypt256 password hash:

  1. Navigate to project directory: cd $project_dir
  2. Execute sbt console
  3. Create hasher and calculate hash
    val h = new com.mohiva.play.silhouette.password.BCryptSha256PasswordHasher
    h.hash("1111")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published