Skip to content

kshitij2900/PrivyPad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrivyPad is made by following MERN Stack principles of Web Development.

The basic operations of this application are :

  1. Private and secure space for each user
  2. Users are able to Sign Up using their Name, Email, and can set a password which is securely stored in the database in encrypted format to ensure safety to the user's data.

To start this app on your local machine(windows)

  1. In the PrivyPad folder run command in terminal -->> npm start --> this will start the app on your local host at port 3000
  2. Then open a paralell terminal and go to the backend folder and run command in terminal -->> nodemon .\index.js --> this will run the server side scripts and the backend will be live and now you can use this app happily :-) <\li>