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: ✨ Title: feat(database): Setup Prisma for database management #7

Merged
merged 1 commit into from
Jan 7, 2024

Conversation

RicardoGEsteves
Copy link
Owner

Description:
This commit introduces Prisma as the database management tool for the project. A new db.ts file has been added in the lib directory for database operations. The register action in the actions directory has been updated to use Prisma for user registration. The README.md file has been updated with new information about the project. The package.json and package-lock.json files have been updated with new dependencies.

Details: The changes in this commit include:

  • Added db.ts in lib for database operations using Prisma.
  • Updated register.ts in actions to use Prisma for user registration.
  • Updated README.md with new information about the project.
  • Updated package.json and package-lock.json with new dependencies.

Changeset:

  • Added lib/db.ts
  • Updated actions/register.ts
  • Updated README.md
  • Updated package.json and package-lock.json

These changes enhance the functionality of the application by providing a robust database management tool. The update to the README.md file improves the documentation of the project. Footer: Co-authored-by: Ricardo Esteves [email protected]

Description:
This commit introduces Prisma as the database management tool for the project. A new `db.ts` file has been added in the `lib` directory for database operations. The `register` action in the `actions` directory has been updated to use Prisma for user registration. The `README.md` file has been updated with new information about the project. The `package.json` and `package-lock.json` files have been updated with new dependencies.

Details: The changes in this commit include:
- Added `db.ts` in `lib` for database operations using Prisma.
- Updated `register.ts` in `actions` to use Prisma for user registration.
- Updated `README.md` with new information about the project.
- Updated `package.json` and `package-lock.json` with new dependencies.

Changeset:
- Added `lib/db.ts`
- Updated `actions/register.ts`
- Updated `README.md`
- Updated `package.json` and `package-lock.json`

These changes enhance the functionality of the application by providing a robust database management tool. The update to the `README.md` file improves the documentation of the project.  Footer: Co-authored-by: Ricardo Esteves <[email protected]>
@RicardoGEsteves RicardoGEsteves merged commit f8fe877 into main Jan 7, 2024
3 checks passed
@RicardoGEsteves RicardoGEsteves deleted the database-prisma-setup branch January 7, 2024 15:14
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.

1 participant