Skip to content
/ rails-seed Public template

Area2K rails starter with GraphQL, auth, more

Notifications You must be signed in to change notification settings

area2k/rails-seed

Repository files navigation

@area2k Rails Seed

Get started

Initial setup only

  1. Add your application details by finding all TODO comments.
# TODO: rename to your application name
module YourApplication
  class Application < Rails::Application
  1. Add required credentials for all envs found in config/credentials.example.yml.
rails credentials:edit -e <environment | omit for production>

After clone or initial setup

  1. Run the setup command to configure the local environment and create databases.
rake setup
  1. All done!
rails s

Navigate to /graphql to explore the application graph.