Dataservice
Data Service is a service which abstracts storing, retrieving and querying data about labs and related ecosystem, over HTTP for the Central Platform for Virtual Labs.
populate the database using the dump file provided in the sources at
/dataservice/db/new_dataservice.sql
cd /dataservice/db mysql -u <userid> -p<password> dataservice < new_dataservice.sql
Open browser or HTTPRequester to access the end points listed at: API Documentation
http://<host-name>:5000/<end-points>