Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 647 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 647 Bytes

@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.