Skip to content
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

Database on the cloud #30

Closed
leolas95 opened this issue Jan 12, 2025 · 1 comment
Closed

Database on the cloud #30

leolas95 opened this issue Jan 12, 2025 · 1 comment
Assignees

Comments

@leolas95
Copy link
Owner

Up until now we have been using a local database: on local we were running the PostgreSQL database locally, and on "live" with the app and the PostgreSQL server both running on the same EC2 instance, so the app connected to a DB on localhost.

Fix it to use a DB instance hosted somewhere else.

Can be on the Cloud on AWS, or other provider.

@leolas95 leolas95 self-assigned this Jan 23, 2025
@leolas95
Copy link
Owner Author

This was done through many PRs, namely #31 through #40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant