An open API service indexing awesome lists of open source software.

https://github.com/belchenkov/mern-classroom

Building a Web-Based Classroom Application
https://github.com/belchenkov/mern-classroom

express mern-stack mongodb nodejs react

Last synced: 9 months ago
JSON representation

Building a Web-Based Classroom Application

Awesome Lists containing this project

README

          

# MERN Classroom

> A simple web-based classroom application that allows instructors to add courses with lessons, while students can enroll in these courses and track their progress. - developed using React, Node, Express and MongoDB.

### [Live Demo]

#### What you need to run this code
1. Node (13.12.0)
2. NPM (6.14.4) or Yarn (1.22.4)
3. MongoDB (4.2.0)

#### How to run this code
1. Make sure MongoDB is running on your system
2. Clone this repository
3. Open command line in the cloned folder,
- To install dependencies, run ``` npm install ``` or ``` yarn ```
- To run the application for development, run ``` npm run development ``` or ``` yarn development ```
4. Open [localhost:3000](http://localhost:3000/) in the browser
----