Skip to content

satyanmandavilli/graphql-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

GraphQL API

Features

  • Schema-first approach
  • Implemented in Python
  • Modular
  • Test-driven Development

Quickstart

Prerequisites

Steps

  1. Clone the repo,
git clone https://github.com/satyanmandavilli/graphql-api.git
  1. Create a virtual environment
$ python3 -m venv .venv
  1. After the init process completes and the virtual environement is created, you can use the following step to activate it
$ source .venv/bin/activate
  1. Once the virtual environment is activated, you can install the required dependencies
$ pip install -r requirements.txt
  1. Run unit tests for GraphQL API
pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published