Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1018 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 1018 Bytes

example workflow

Back End

Getting started

Technologies

In order to install and run this project locally, you would need to have the following installed on you local machine.

Installation

  • Clone this repository

  • Navigate to the project directory

  • Run bundle install to install the projects dependencies

  • Run bundle exec rails db:create to create DB

  • Run bundle exec rails db:migration

  • Provide values for the following environment variables used within the app, using:

  • Run rails s to start the app in development

Request and Response Object graphQL guide

  • Visit http://127.0.0.1:3000/graphiql

graphql_POSTMAN for graphql APIs or upload graphql.json file to postman