Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arodr967/lattice-show-you-app

A React application which pulls from the Movie Database API using a NodeJS Backend to show you your favorite movies.
https://github.com/arodr967/lattice-show-you-app

Last synced: 19 days ago
JSON representation

A React application which pulls from the Movie Database API using a NodeJS Backend to show you your favorite movies.

Awesome Lists containing this project

README

        

# Lattice Show You

## A React application which pulls from the Movie Database API using a NodeJS Backend to show you your favorite movies.

### Getting started

** The following is under the assumption that you have the latest Node version. **

1. Run the NodeJS server

> Make sure to run the follwing commands on the root directory

```
/lattice-show-you-app > npm install
/lattice-show-you-app > npm start
```

2. Run the React application

> Make sure to run the following commands on the `/client` directory

```
/lattice-show-you-app/client > npm install
/lattice-show-you-app/client > npm start
```

3. Enjoy a list of popular movies! You should be able to search and select each movie poster to view more details about each movie.