NotesApp is a simple application to perform CRUD operations.
Edit and Play : Codesandbox
-
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