Skip to content

jdauphant/play_api_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

play_api_example

Example of API with play framework 2.3 that use mongodb

Dependencies and technology

  • ReactiveMongo
  • Vagrant
  • Docker
  • BCrypt
  • Spracebook

Commands :

Run the app in test

sbt run
open http://localhost:9000

Run in docker

docker build . -tag "play_api_example"
docker run -t -p 9000:9000 play_api_example
open http://localhost:9000

Run in a docker in vagrant

vagrant up
open http://localhost:9000

(optionnal for auto reload) vagrant rsync-auto or vagrant gatling-rsync-auto

About

Example of API with play framework 2.3 that use mongodb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages