Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jdauphant/play_api_example
- Owner: jdauphant
- License: isc
- Created: 2014-12-05T17:00:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-26T16:10:48.000Z (over 9 years ago)
- Last Synced: 2023-03-14T16:10:35.444Z (almost 2 years ago)
- Language: Scala
- Size: 393 KB
- Stars: 1
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```