ryanpepe2000 / mscs710-backend

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

Automatic Schema Definition - Matrix Server #38

Open casaltarelli opened 2 years ago

casaltarelli commented 2 years ago

Purpose We need to update our implementation for defining our database schema within our remote database. Currently, throughout development this has been accomplished from hitting the following APIs /create-db and /delete-db

This functionality needs to occur automatically upon the Matrix Server starting

Expected Behavior Upon starting the Matrix Server, I should be able to verify and interact with our remote database schema as expected.

casaltarelli commented 2 years ago

@ryanpepe2000 After thinking through possible solutions to this problem, I feel that this should be done manually on our container once it's moved to AWS.