arturjzapater / peanut-gallery

A film review website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Peanut Gallery

A film review website build during the hack days at </salt>

This website uses OMDb API to find and fetch data about films and allows users to log in using their Google account and add reviews to any film they want to.

Set up instructions

Clone the project

Clone the project and install dependencies:

git clone git@github.com:arturjzapater/peanut-gallery.git
cd peanut-gallery
npm i

Set up the configuration

You will need to create Google credentials for the application and update auth.js accordingly.

You will also need to request an API key for OMDb and update api.js.

Lastly, you might want to choose one or more cookie keys and add them to cookies.js.

Start the app

Then run the docker container:

docker-compose up

Finally start the server in development mode:

npm run dev

About

A film review website


Languages

Language:JavaScript 43.2%Language:CSS 29.0%Language:Pug 27.8%