Tasks:
-
Authentication: Implement user registration and login endpoints. Store passwords securely using hashing. Issue authentication tokens upon successful login.
-
Notes Management (can also be done): Allow authenticated users to create, view, update, and delete notes. Each note must include: id, title, content, created_at, updated_at. Users must only be able to access their own notes.
-
Role-Based Access Control: Add a role ƈeld to users (user or admin). Regular users can manage only their own notes. Admin users can view all notes and delete any note.
-
API Behavior: Use appropriate HTTP status codes. Implement basic input validation. Handle common errors (invalid token, missing ƈelds, resource not found).
-
Conƈguration: Use environment variables for application conƈguration.
-
Submission: Include a README with setup instructions. Provide steps to run the application locally. Include example API requests.
Clone and cd
git clone https://github.com/Aryan27-max/Fullstack-OAuth-CRUD
cd Fullstack-OAuth-CRUD
First install, run the development server:
bun install
bun run devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.