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.
Clone the project and install dependencies:
git clone [email protected]:arturjzapater/peanut-gallery.git
cd peanut-gallery
npm i
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.
Then run the docker container:
docker-compose up
Finally start the server in development mode:
npm run dev