ryanpepe2000 / mscs710-backend

Project for capping.
MIT License
1 stars 1 forks source link

Database Population - Matrix Systems #28

Closed casaltarelli closed 2 years ago

casaltarelli commented 2 years ago

Purpose Currently we have been defining our schema within a respective database through the /create-db API. As we prepare to migrate our product into an AWS ECS container, we must ensure that this functionality is encompassed within the startup of Matrix Systems.

Expected Behavior Locally upon starting Matrix Systems utilizing docker-compose or run.py Matrix Systems should be able to create all necessary tables within our remote database as well as populated any default data deemed necessary (Roles).

ryanpepe2000 commented 2 years ago

The user agent is able to successfully post data to our route via the api