Below you will find some information on how to build and run the application
This Rest API for idgst.info writen in Scala Play Framework.
Main git repository is hosted on Gitlab. The mirror repository is hosted on Github
sbt run
After that REST API is available on http://localhost:9000
sbt dist
idgst*.zip
will be available in target/universal/
folder.
Official Docs about how to deploy to Play application
Commdands bellow assume that MongoDB is running on port 27018
To backup data run the following
mongodump --out /data/backup/mongo --port 27018
To restore backup run the following
mongorestore -d idgst --port 27018 /data/backup/mongo/