Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdauphant/play_api_example

Example of API with play framework 2.3 that use mongodb
https://github.com/jdauphant/play_api_example

Last synced: 24 days ago
JSON representation

Example of API with play framework 2.3 that use mongodb

Awesome Lists containing this project

README

        

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```