Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.41 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.41 KB

Coursemetrics

Coursemetrics is a dedicated platform specifically designed for providing detailed information about college and university courses.

Logo

Table of Contents

  1. Introduction
  2. Dependencies
  3. How to run
  4. Contributing
  5. Authors

1. Introduction

CourseMetrics is our PRJ666 project. If you haven't done so already, read this section on how to install

2. Dependencies

To run this project, you need to have Node installed.

3. How to run

For information on how to run this project locally, check out the developer's guide.

4. Contributing

When working on this project, please create separate feature branches to work on.
git checkout -b branch_name

When you're ready to merge these changes to the main branch, make a pull request to merge your changes and have at least 1 other member approve your changes.

5. Authors

  • Peter Wan
  • Mimi Dang
  • Aryan Khurana
  • Jeremy Lee
  • Tomas Rochwerger
  • Vinh Nhan

Back to top