Skip to content

An API to provide a way for users to review educational courses: users can see a list of courses in a database; add courses to the database; and add reviews for a specific course.

Notifications You must be signed in to change notification settings

Jrschellenberg/CourseRatingAPIUsingExpress

Repository files navigation

Course Rating API Using Express Build Status Known Vulnerabilities Coverage Status Maintainability

Dependency Status devDependency Status

A Project creating a REST API using express. The API will provide a way for users to review educational courses: users can see a list of courses in a database; add courses to the database; and add reviews for a specific course.

Prerequisites

This project requires mongoDb installed and configured on the server. For more information please visit one of the following:

Installation

  • Clone the project into a folder using git or download off github.
  • At root of project where package.json is Run: npm install
  • Once finished installing dependencies Run: npm start
  • To run tests on project Run: npm test
  • To get coverage report on project Run: npm run coverage

About

An API to provide a way for users to review educational courses: users can see a list of courses in a database; add courses to the database; and add reviews for a specific course.

Resources

Stars

Watchers

Forks

Packages

No packages published