Skip to content

A notes taking web-app using MERN Stack where Backend is created using NodeJS, express JS and Mongo DB to Store Data and frontend using React. Authentication is Done and passwords are hashed using Salt and pepper method of bcrypt JS and, Authorization using JSON Web Token. Web Design Using HTML,CSS and JS in React JS

Notifications You must be signed in to change notification settings

krishnasudan909/iNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iNotes - Online Notes Taking Website

  • A notes taking web site using MERN Stack where Backend is created using NodeJS & express JS.
  • Mongo DB is used to Store Data.
  • Frontend is built using React JS.
  • Authentication is Done and passwords are hashed using Salt and pepper method of bcrypt JS.
  • Authorization using JSON Web Token.

Working Video

Video.mp4

How to Run?

  • Install Node JS in your PC and add it into the enviornment variables path.
  • Install MongoDB and Get a Connection String from it.
  • Download this folder.
  • Open Folder.
  • Run cd backend and then npm i.
  • Run cd frontend and then npm i.
  • These commands will import all the necessary packages
  • Paste the Copied Connection string in db.js in MongoURI Variable like this, const mongoURI ="mongodb://localhost:27017/inotes?readPreference=primary&appname=MongoDB%20Compass&ssl=false";
  • Run cd frontend and then npm i.
  • After Going into frontend Run npm run both, which will start both frontend and backend.

You're all set to use iNotes

Screenshots

Signup Page

image

Login Page

image

Add Note

image

View Note

image

Pdf of Downloaded Note

image

Profile Page

image

About

A notes taking web-app using MERN Stack where Backend is created using NodeJS, express JS and Mongo DB to Store Data and frontend using React. Authentication is Done and passwords are hashed using Salt and pepper method of bcrypt JS and, Authorization using JSON Web Token. Web Design Using HTML,CSS and JS in React JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •