KevinDelao / Cloud-Backend-Project

0 stars 0 forks source link

Cloud-Backend-Project

This repository contains the microservice dealing with the tracking data received from an HTC Vive. It's meant to expose REST API endpoints that allow for storage and (maybe) retrieval of this data in a way compliant with HIPAA

Database

We're using PostgreSQL. The following commands should be run from within the same folder that has the docker-compose.yml file (e.g. Cloud-Backend-Project)

Start

Starts the database container.

Stop

This command just stops a currently running database.

Stop Remove

This command stops the currently running database and removes it completely. The data is gone.

Swagger

The server hosts a user interface that lets us hit the REST endpoints. Hit the URL below after starting the server.