A course selling app backend.
- Express: A fast and minimal web framework for Node.js.
- Mongoose: An elegant MongoDB object modeling library for Node.js.
- bcrypt: A library for hashing passwords securely.
- jsonwebtoken: A tool for implementing token-based authentication using JWT.
- Zod: A TypeScript-first schema declaration and validation library.
- cookie-parser: Middleware to parse cookies attached to client requests.