-
Notifications
You must be signed in to change notification settings - Fork 0
Docker working + Member table #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
DaniParr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may have to pivot our implementation to use MySQL over PostgreSQL. Check this link out:
https://it.ufl.edu/hosting/services/mysql/
It shouldn't change too much of the logic. Here's a helpful guide on MySQL:
https://www.w3schools.com/python/python_mysql_getstarted.asp
|
Sounds, good all the SQL scripts should still work but I'll have to edit the docker and the app.py |
… auto looks in test folders
The postgres app container is successfully creating tables in the postgres db container. Also, defined member schema based on the spreadsheet from the discord bot and issue #1.