Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

Graphql application that allows you to use queries and mutations via web aiohttp server

Installation

  1. To run database (PostgreSQL) like docker service

    • $ docker-compose up -d
  2. To run aiohttp server which has /graphql endpoint

    • $ virtualenv -p python3 env && source env/bin/activate && python app/api.py
  3. To execute tests you need to call:

    • $ cd ./app
    • $ python -m unittest tests

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages