Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.39 KB

README.md

File metadata and controls

58 lines (36 loc) · 1.39 KB

Project Name

Ingenuity

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

npm install

Ensure database is running and address and port are correct in ./.env

npm run seed

Requirements

Instructors relies on Images service for data

Ensure URL's are correct in ./client/components/instructors/instructors.jsx for instructors service to render images properly.

Development

Each course has a syllabus. Each syllabus has one or more weeks. Each week has one or more lessons. Each lesson has one or more videos, readings, and exercises.

The component flow goes...

Syllabus => Weeks => Week => Lesson =>

   Videos => Video
   Readings => Reading
   Exercises => Exercise

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install