Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arodr967/lattice-show-you-app
- Owner: arodr967
- Created: 2019-10-16T01:31:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T13:00:36.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T03:55:39.883Z (over 1 year ago)
- Language: JavaScript
- Size: 1.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
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.