Skip to content

AuthNotes is a full-stack web application that allows users to securely register, log in, and manage personal notes. Authenticated users can create, edit, and delete their notes, with data protected using JWT-based authentication.

License

Notifications You must be signed in to change notification settings

hemant110800/AuthNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AuthNotes – Secure Notes Management Application

AuthNotes is a full-stack web application designed to help users securely manage their personal notes. The application supports user registration and login, ensuring that each user can access and manage only their own notes.

image

Once authenticated, users can:

  • Add new notes
  • Edit existing notes
  • Delete notes from their list
  • View all notes associated with their account

Live Web App Link

https://authnotes.netlify.app/

Database Diagram

You can view the database diagram for this web app here: https://dbdocs.io/hemantbhati1208/AuthNotes

Setting Up Project

Both frontend and backend Directory contain their separate Readme for setting up the project in local.

Setting up Dbdocs

This link can be referred for dbdocs commands: https://dbdocs.io/docs

Tech Stack

Frontend: React, JavaScript, Axios
Backend: Django, Django REST Framework
Authentication: JWT
Database: SQLite

Deployment Platforms

Frontend: Netlify
Backend: Render
Database: Render

About

AuthNotes is a full-stack web application that allows users to securely register, log in, and manage personal notes. Authenticated users can create, edit, and delete their notes, with data protected using JWT-based authentication.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published