A keeper clone MERN stack application. The Client React is taken from Angela Yu's "The Complete 2020 Web Development Bootcamp" course, I have added Mongo DB to store the keeps and have included Authentication (Register, Login, Forgot Password) for users.
checkout the app at - https://afternoon-everglades-28958.herokuapp.com/
DB_USER=[Your mongodb atlas/ localdb user]
DB_PASS=[Your mongodb atlas/ localdb password]
JWT_SECRET=[Any long secret string]
EMAIL_LOGIN=[Your email id to send the reset password email using nodemailer]
EMAIL_PASSWORD=[Your email password]
npm install
cd client
npm install
npm run dev
Akash P Kumar
1.0.0
- Profile Page
- Upload Avatar
- Edit Keep
- Share Keep
- Mobile Responsive