This goal of this project was to build a movie reviewing website with several technologies we had never used before, including React, Express, and Router. We used Express to build a microservice to add the commenting and favoriting feature to the site. The project was completed within 21 days and uses jest, and react testing libraries for unit and integration tests.
This project was bootstrapped with Create React App.
- React Framework
- Router Library
- Jest Testing Library
- React Testing Library
- Express
- Lighthouse
- ReactDOM
-
Go to this repository and follow the directions in the README.md : https://github.com/carflor/movieReviewerMicro
-
Clone down this repo
-
Get into the repo by running
cd movieReviewer
in your terminal -
Then install the library dependencies. Run in your terminal:
npm install
-
Run
npm start
in your terminal. -
Go to
http://localhost:3000/
in your browser and you should see the page! -
When ready to quit hit
ctrl + c
in your terminal to stop the server.