Skip to content

Ingenuity-rpt26/jsmithInstructorsService

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published