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

Nextjs + Prisma example #33

Open
wants to merge 23 commits into
base: next
Choose a base branch
from
Open

Nextjs + Prisma example #33

wants to merge 23 commits into from

Conversation

joeynimu
Copy link

Hi @dabit3,

I hope you are well. First and foremost, this PR/branch shows how one can add a backend using Prisma. For starters, maybe you want to create a different branch? This will allow guys to browse through the various codebases based on their interest's tech stack. After this we can point this PR against that branch.

Here is a lowdown of what this PR does;

  • Introduces Prisma onto the codebase
  • Enables users to use a local SQLite file as their database provider
  • Enables users to be able to view/edit/add data to their backend using prisma studio
  • Shows how one can seed data
  • Updates the UI views to read data from the backend
  • Shows how developers can swap to a Postgres dialect as their database provider

Let me know what your thoughts are on this.

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

Successfully merging this pull request may close these issues.

None yet

1 participant