Skip to content

Hardikag17/iNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

iNote

MERN stack-based secured web notepad.

This website is a secured WEB notepad currently it is storing the data of notepad in local storage due to some backend issues but in future all the data will be in server side. It uses JWT tokens in backend and HTTPOnly cookies in client side to make user authentication secured.

Usage

Cloning

git clone https://github.com/Hardikag17/iNote.git

Frontend

cd frontend
npm install
npm run start

Backend

cd backend
npm install
nodemon init

About

MERN stack-based secured web notepad.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published