Welcome to the Coursera Course Selling App! This application allows administrators to log in, manage courses, and update course details.
- Next.js: A React framework for building server-rendered and static web applications.
- TypeScript: A superset of JavaScript that adds static typing.
- Mongoose: An ODM (Object Data Modeling) library for MongoDB and Node.js.
- src: Shared source code between the frontend and backend.
- components: Reusable React components.
- pages: Next.js pages for the frontend.
- api: API routes for the backend.
- utils: Mongoose models for MongoDB.
- User Authentication: Admins can log in securely.
- Course Management: Add and update course details easily.