- Ruby
- Git
- Graphql
- Ruby on Rails
- Stripe
- Rspec
- Postgres. https://pganalyze.com/blog/full-text-search-ruby-rails-postgres
In order to install and run this project locally, you would need to have the following installed on you local machine.
-
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
- Visit
http://127.0.0.1:3000/graphiql
graphql_POSTMAN for graphql APIs or upload graphql.json
file to postman