Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisco/galvanize-films
https://github.com/chrisco/galvanize-films
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrisco/galvanize-films
- Owner: chrisco
- Created: 2016-05-31T17:35:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-01T04:03:59.000Z (over 8 years ago)
- Last Synced: 2024-03-17T06:22:50.449Z (8 months ago)
- Language: HTML
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Galvanize Films
## Student Exercise
See it on the web at:
https://gfilms.firebaseapp.com## Wireframes
![Wireframes](wireframes/wireframes.jpg)
![Mockup](wireframes/HomePage1.png)
## API (via Kyle)
Endpoint:
https://mighty-eyrie-15280.herokuapp.com/filmsif you make a POST request to that endpoint with an object that looks like:
```{
title: "Ghost",
genre: "Good",
description: "Uh",
coverPicture: "https://www.google.com",
rating: "R"
}
```You'll get a positive response.
Everything else will get a `400 Bad Request`