An open API service indexing awesome lists of open source software.

https://github.com/patrick91/strawberry-tiny-workshop


https://github.com/patrick91/strawberry-tiny-workshop

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Strawberry Workshop

This is a workshop for learning the basics of GraphQL and Strawberry.

## Getting started

To get started, you need to install the dependencies:

```bash
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

## Running the server

To run the server, you can use the following command:

```bash
python main.py
```