FLIX is a movie database query that allows users to like and dislike films.
Live website here.
Watch the demo here.
-
Install the FLIX Rails Backend API
-
Install Node.js and npm
$ brew install node
-
Clone this repository and
cdinto the directory -
Install all dependencies
$ npm install -
Start the Frontend server
$ npm start -
The server will be running on port 3000. Access it in your browser at http://localhost:3000.
- React.js
- Rails API
- PostgreSQL
- styled-components
- HTML/CSS
FLIX is released under the MIT License.


