Skip to content

Aryan27-max/Fullstack-OAuth-CRUD

Repository files navigation

GDG TASK BACKED BACKEND CRUD & OAuth - FullStack (TODO)



FULLSTACK APP

TECH STACK


TEST PASSED ACCORDING TO TASK LINK -

Tasks:

  1. Authentication:  Implement user registration and login endpoints.  Store passwords securely using hashing.  Issue authentication tokens upon successful login.

  2. 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.

  3. 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.

  4. API Behavior:  Use appropriate HTTP status codes.  Implement basic input validation.  Handle common errors (invalid token, missing ƈelds, resource not found).

  5. Conƈguration:  Use environment variables for application conƈguration.

  6. Submission:  Include a README with setup instructions.  Provide steps to run the application locally.  Include example API requests.


Getting Started

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 dev

Open 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.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

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.

made with ❤ by Aryan27-max

About

Fullstack TODO app with OAuth and CRUD, the stack of a new journey

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors