Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tizz98/iioy-v4

The 4th iteration of my movie website "Is It Out Yet"
https://github.com/tizz98/iioy-v4

api django django-rest-framework movies preact tmdb-api

Last synced: 9 days ago
JSON representation

The 4th iteration of my movie website "Is It Out Yet"

Awesome Lists containing this project

README

        

# iioy
"Is It Out Yet?" - the age old question right before going to see a movie

# Running

## Backend
```bash
docker-compose up --build
```

## Frontend
```bash
cd iioy-frontend && yarn start
```

# Deploying frontend to S3/cloudfront
```bash
UPLOAD_BUCKET=iioy-testing DISTRIBUTION_ID=xxxxxxxxxxxxxx bin/deploy_frontend.sh
```