Added "Save All" button beside "Send" button
Added "Save All" button to save all the modified/unmodified data at once instead of having auto-save
Added CRUD operation to current designation, Intro and experience
Added CRU* operation for user to add/update:
1. Brief introduction data
2. Current designation data
3. Relevant career experience Array of objects which is batched update in the backend by prisma in to the database
1. Brief introduction data
2. Current designation data
3. Relevant career experience Array of objects which is batched update in the backend by prisma in to the database
Write a prisma.io API in NextJS to register user in MySQL DB
On Google SSO (uses NextAuthJS), check if user email exists in DB if not then register user by writing to DB First Name, Last Name, Email and Avatar URL. If exists then read all user details and display.
Integrate MYSQL
- ◄ Previous
- 1
- Next ►