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

Create a local postgreSQL database, Docker ready #1

Open
adamrichardturner opened this issue Mar 2, 2024 · 0 comments
Open

Create a local postgreSQL database, Docker ready #1

adamrichardturner opened this issue Mar 2, 2024 · 0 comments
Assignees

Comments

@adamrichardturner
Copy link
Member

adamrichardturner commented Mar 2, 2024

This should be a simple starter skeleton that users can iterate over and work on together, leave room for other team members to work on this and design it with scale in mind.

Database

  • Start with just the dog breeds database, with simple attributes.
  • Build this to the point that we can start writing endpoints in Express.

The database should consider the following attributes, please make appropriate models for this with relations - it should be built with scale in mind, so that we can add attributes as we progress:

  • Breed Name
  • Picture(s)
  • Short Description
  • Long Description

Refer to the screenshot below for a rough idea of the UI demands.

image

@adamrichardturner adamrichardturner changed the title Build on the backend starter and create a local postgreSQL database Docker ready Create a local postgreSQL database, Docker ready Mar 2, 2024
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