Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbryant92/rails-movie-app
Simple rails API for movies, actors & characters. Demonstrates a simple migration from REST to GraphQL.
https://github.com/jbryant92/rails-movie-app
graphql rails rest ruby
Last synced: 29 days ago
JSON representation
Simple rails API for movies, actors & characters. Demonstrates a simple migration from REST to GraphQL.
- Host: GitHub
- URL: https://github.com/jbryant92/rails-movie-app
- Owner: jbryant92
- License: mit
- Created: 2019-10-16T07:21:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T15:20:37.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T12:44:23.229Z (about 2 months ago)
- Topics: graphql, rails, rest, ruby
- Language: Ruby
- Homepage:
- Size: 45.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rails Movie App
## Setup
### Requirements
* Ruby 2.6.4
* Install gems using `bundle install`### Database Setup
This app uses SQLite3. For local development your DB will be stored in `db/development.sqlite3`
To set up, run:
```
> rake db:setup
```This will create the db, run the migrations and seed the database.
### Launch the app
Launch the rails server with:
```
> rails s
```You can now access the app at `http://localhost:3000/`.
### Running tests
This is app rouge and has no tests. Be afraid.
### Presentation link of the ruby Unconference
https://docs.google.com/presentation/d/1Z8dpTlSmnX4dhILB0gLhz5EYXl5JW6UlMwy9G8IFyvw/edit?usp=sharing