/MERN-Course-Project

This is a project about MERN, you can register as a student or instructor and can see the specific content as your role.

Primary LanguageJavaScript

MERN - Course System

Simple course system that allows people to register as an instructor or student.

  • As an instructor, you can post your courses on the system and allow students to enroll.

  • As a student, you can select the course you want to enroll and see the whole courses you have enrolled.

Frontend: React

Backend: MongoDB + Expressjs + Nodejs

Getting Started

prerequisite

  • Download Node.js
  • Use the command: npm init to setup the requirements in this project for both server and client
  • Setup your own database with MongoDB Atlas

Run the server

  • Use the command: nodemon app.js
  • Make sure to connect to MongoDB Atlas

Run the client

Learn More

Udemy Course: 2022 網頁開發全攻略(HTML, CSS, JavaScript, React, SQL, Node, more)