Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 859 Bytes

File metadata and controls

51 lines (30 loc) · 859 Bytes

CourseHub.IITG

CourseHub is a course management platform created to help students by providing them with course materials and other academic-related solutions.

Landing Page and other Assets

Landing Page

LandingPage

Getting Started

To get started you can simply clone this CourseHub repository and install the dependencies.

Clone the CourseHub repository using git:

git clone https://github.com/ThePrakharRajpali/CourseHub

cd CourseHub

Start off with :

npm install

Before running the server, open another instance of system terminal and initiate Mongo.

mongod

Run the application with this command while in CourseHub directory :

node app.js

Tech Stack

  • Node.js
  • JavaScript
  • HTML/CSS
  • Anime.js
  • MongoDB