Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

idgst-info/idgst-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Below you will find some information on how to build and run the application

Table of Contents

About

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

How to run into development mode

sbt run

After that REST API is available on http://localhost:9000

How to build for production

sbt dist

idgst*.zip will be available in target/universal/ folder.

Official Docs about how to deploy to Play application

How to backup and restore Mongo DB

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published