Skip to content
 
 

Repository files navigation

Project Name

The "reviews" module for the Udemy course page.

Api

endpoint method description
/:courseId/reviews GET Get all reviews for a given course
/:courseId/reviews POST Create a new review for a given course
/:courseId/reviews PUT Update a review for a given course
/:courseId/reviews DELETE Delete a review from a given course

Related Projects

Usage

To run:

  • run schema.sql to create SQL database (mysql -u [username] -p [password])
  • npm run seed to seed database
  • npm start to start server
  • hosted on localhost:3001
  • run npm run react to compile webapp

Installing Dependencies

From within the root directory:

npm install

About

Reviews module for Udemy

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages