An experimental project to test Next.js as frontend pair with Node.js as backend and MongoDB as database.
- TailwindCSS / Styled-Components
- Axios
- Cors
- Express
- Helmet
- JsonWebToken
- Morgan
- NodeMailer
- Uuid
- Cookie-parser
- Dotenv
- Bcrpyt
- Authentication
- Login and registration
To deploy this project run
In frontend folder, run the below command:
  npm run devIn backend folder, run the below command:
  npm start