Open BenNewman90 opened 6 years ago
index.html:
DOM.js:
build.js
build.sql
connection.js
[x] Set up basic file... not really sure how to do this #6
[x] Set up the queries folders
[x] Set up httpReq file to make an API request with dummy data
[x] create /movieSearch handler with uses an httpRequest and gets the current review from the database.
[ ] create /movieReview handler which updates the database with the review
[ ] create /topMovies handler which finds the top 5 rated movies, makes an httpRequest for each, and returns the data to the Client.
General:
Client:
index.html:
DOM.js:
Database:
build.js
build.sql
connection.js
[x] Set up basic file... not really sure how to do this #6
[x] Set up the queries folders
Server:
[x] Set up httpReq file to make an API request with dummy data
[x] create /movieSearch handler with uses an httpRequest and gets the current review from the database.
[ ] create /movieReview handler which updates the database with the review
[ ] create /topMovies handler which finds the top 5 rated movies, makes an httpRequest for each, and returns the data to the Client.