Skip to content

Aferencz1987/ClienTell_be

Repository files navigation

README

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.

  • 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
  • Deployment:

  • Wiki for GraphQL queries and mutations

About

Rework of old capstone project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages