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

feat: Define Database Architecture #3

Open
blockfulintern opened this issue Dec 23, 2024 · 1 comment
Open

feat: Define Database Architecture #3

blockfulintern opened this issue Dec 23, 2024 · 1 comment
Assignees

Comments

@blockfulintern
Copy link

blockfulintern commented Dec 23, 2024

1. Set up PostgreSQL Database

  • Architecure modeling of the database schemas
  • Install PostgreSQL
  • Create development and production database
  • Configure environment variables:
    DATABASE_URL=postgresql://user:password@localhost:5432/db_name
    TEST_DATABASE_URL=postgresql://user:password@localhost:5432/test_db
@RafaDSan RafaDSan self-assigned this Dec 23, 2024
@RafaDSan
Copy link
Collaborator

P2 as it is a nice to have reference guide as well as a document but it does not block anything

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

2 participants