Skip to content

Latest commit

 

History

History
executable file
·
22 lines (12 loc) · 1.11 KB

README.md

File metadata and controls

executable file
·
22 lines (12 loc) · 1.11 KB

OverDB

Follow directors, screenwriters, cinematographers, and others to find films you love!

Project structure

This project is composed of two workspaces:

These two communicate almost entirely in GraphQL, and uses cookies for session authentication. All movie data is provided by The Movie Database (TMDB).

All workspaces can be built and deployed using yarn build and yarn deploy (though backend deployment requires extra steps). Both are deployed to AWS services (S3 and EC2) and delivered through AWS CloudFront (which also provides HTTPS), so deployment requires access setup.

Usage

Create an issue requesting an account to be created to start using the website! It's still alpha, so all passwords are provided and unsecure for now.

Contributing

You can contribute merely by using the website and reporting issues and feature requests or by helping to code!