Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 409 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 409 Bytes

Movie App

Installation:

  1. Copy the sample.env file (cp sample.env .env) and insert your API key
  2. Run npm install

Running:

  1. Run npm run start in your terminal. This will start the server and the UI.
  2. Navigate to localhost:3000 in your browser to view the app

Project Structure:

/src contains all the React code and /server contains the API code