This is the backend portion of the ClienTell application. I am currently in the process of changing over from Heroku to Render so the application is not functioning. As I fix ClienTell, the configuration details that follow will change.
- Alex Ferencz Linkedin
-
App gem versions:
- Ruby 3.2.1
- Rails 5.2.6
- Puma 3.11
- Graphql 1.12.15
- Graphql-rails 1.8.0
-
Configuration:
- Fork the project and clone down a local copy.
- Run bundle install to install gems
-
Database creation:
- rails db:create
- rails db:migrate
- rails db:seed
-
How to run the test suite:
- Run
rails graphql:schema:dump
in the terminal to create a schema dump - Run bundle exec rspec to run the test suite
- Run
-
Deployment:
-
Wiki for GraphQL queries and mutations
- JSON contracts and other useful information.
- Cors Whitelist: