Skip to content

kunaldangi/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

A fullstack notes saving app.

Demo

How to run?

Backend Server

  • Create a config.json in 'notes\backend\config' folder.

config.json

{
    "gmail_info":{
        "email": "EMAIL-ID-HERE",
        "password": "APP-PASSWORD-HERE"
    },
    "otp_secret": "OTP-SECRET",
    "otp_validation_time": 900,
    "login_secret": "LOGIN-SECRET"
}
cd backend
npm install
npm start # make run mongodb server is up and running

FrontEnd Development Server

  • Change backend api url in config.json at src/config.json.
cd notes
npm install
npm run dev

About

A fullstack notes saving app.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published