✔️ Api for HTTP requests
✔️ JWT Authentication
✔️ Protected Routes
✔️ Rbx components library
✔️ React Router
✔️ Rich text for editing notes
✔️ Vercel deploy (some corrections to be made in user routes)
❌ Responsive application (pending)
- Run
npm install
to install client and api dependencies - Add MONGO_DB_URI, JWT_TOKEN and JWT_EXPIRES variables in .env file of evernoted-api folder
- Run
npm start
to start api - The default client port is
3006
. Change that in .env file of evernoted-client folder - Run
npm start
to initialize the client
- Client deploy: https://evernoted-client.vercel.app/
- Api deploy: https://evernoted-api.vercel.app/
- React.js
- Node.js
- Axios.js
- MongoDB (Mongoose)