Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 517 Bytes

File metadata and controls

22 lines (21 loc) · 517 Bytes

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