Skip to content

Rails graphQL API of an e-commerce system which allows users to create orders and checkout successfully, search add items to their shopping cart, etc.

Notifications You must be signed in to change notification settings

EfeAgare/Mart-graphql

Repository files navigation

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

About

Rails graphQL API of an e-commerce system which allows users to create orders and checkout successfully, search add items to their shopping cart, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages