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
- Host: GitHub
- URL: https://github.com/belchenkov/mern-classroom
- Owner: Belchenkov
- Created: 2020-06-01T14:07:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T21:00:26.000Z (over 2 years ago)
- Last Synced: 2025-03-25T08:42:43.051Z (10 months ago)
- Topics: express, mern-stack, mongodb, nodejs, react
- Language: JavaScript
- Size: 1.2 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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
----