- Signin ,Singup,ForgotPassword
- User can Read all the blogs
- User can write the blog only when he/she is logged in
- User can save his blog as draft and later he/she can edit or publish his drafts.
- User who created the blog can only update delete the blog.
- User can update his details like password,profie image,name,email.
- Website is responsive
- Clone the project.
- Go to client folder and do npm i
- Go to server folder and do nmp i
- Go to server->config folder and make a new file name config.env
- Copy the below config.env file and paste
MONGO_URL:'your mongo atlas url'
JWT_SECRET="your secret key"
JWT_EXPIRE=30d
JWT_COOKIE_EXPIRE=30
RESET_PASSWORD_URL=https://localhost:4200/auth/resetPassword
PROJECT_URL=https://localhost:4200/
SMTP_HOST=smtp.mailtrap.io
SMTP_PORT=2525
SMTP_EMAIL=''
SMTP_PASSWORD=''
[email protected]
FROM_NAME=Priyesh Pandey