Skip to content

arturjzapater/peanut-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published