- Add your application details by finding all TODO comments.
# TODO: rename to your application name
module YourApplication
class Application < Rails::Application
- Add required credentials for all envs found in
config/credentials.example.yml
.
rails credentials:edit -e <environment | omit for production>
- Run the setup command to configure the local environment and create databases.
rake setup
- All done!
rails s
Navigate to
/graphql
to explore the application graph.