-
To run database (PostgreSQL) like docker service
- $ docker-compose up -d
-
To run aiohttp server which has /graphql endpoint
- $ virtualenv -p python3 env && source env/bin/activate && python app/api.py
-
To execute tests you need to call:
- $ cd ./app
- $ python -m unittest tests
dshepelev15/graphql_app
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|