Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/tizz98/iioy-v4
- Owner: tizz98
- License: mit
- Created: 2018-04-07T06:05:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T17:21:35.000Z (over 3 years ago)
- Last Synced: 2024-04-22T15:22:49.084Z (7 months ago)
- Topics: api, django, django-rest-framework, movies, preact, tmdb-api
- Language: Python
- Homepage: https://iioy.zumh.org
- Size: 1.05 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```