Skip to content

Migration from Next.js to NestJS and TRPC to RESTful API#3

Merged
nuuxcode merged 3 commits intomainfrom
nest-migration
Mar 23, 2024
Merged

Migration from Next.js to NestJS and TRPC to RESTful API#3
nuuxcode merged 3 commits intomainfrom
nest-migration

Conversation

@nuuxcode
Copy link
Copy Markdown
Owner

This pull request contains significant changes to our application's backend and data model. Here's a summary of what has been done:

Backend Migration: We've migrated our backend from Next.js to NestJS. This change will allow us to leverage the robustness and flexibility of NestJS, improving our application's performance and scalability.

API Transition: We've transitioned from using tRPC to a RESTful API. This change simplifies our API structure and makes it more accessible and standardized.

Authentication Update: We've moved from NextAuth to Clerk for authentication. Clerk provides a more secure and comprehensive solution for user management and authentication.

Data Model and Prisma Schema Improvement: We've made significant improvements to our data model and Prisma schema. These changes optimize our database interactions and make our data handling more efficient.

Clerk Demo: We've created a demo using React.js to showcase how Clerk can be integrated into our application for user authentication.

@nuuxcode nuuxcode added the enhancement New feature or request label Mar 23, 2024
@nuuxcode nuuxcode requested review from ayequill and viictoo March 23, 2024 16:05
@nuuxcode nuuxcode self-assigned this Mar 23, 2024
@nuuxcode nuuxcode merged commit 1c6a355 into main Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants