Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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