Skip to content

AasthaPriya/NotesApp

 
 

Repository files navigation

NotesApp : Create and Save Notes

NotesApp is a simple application to perform CRUD operations.

Edit and Play : Codesandbox

.env file :

  • Create a .env file in your root folder of the project.

  • Create these variables in .env file.

    • PORT
    • MONGODB_URL
    • JWT_SECRET
    • TWILIO_ACCOUNT_SID
    • TWILIO_AUTH_TOKEN
    • TWILIO_VERIFY_SERVICE_SID
  • PORT=5000

  • To create MONGODB_URL, go to MongoDB Atlas and create your cloud database

  • JWT_SECRET=myjwtsecretkey

  • Go to twilio.com and create your twilio account and verify service

Built With :

Developed By :

License :

About

A simple note application to perform CRUD operation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 95.7%
  • HTML 2.3%
  • Shell 1.6%
  • CSS 0.4%