https://github.com/patrick91/strawberry-tiny-workshop
https://github.com/patrick91/strawberry-tiny-workshop
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrick91/strawberry-tiny-workshop
- Owner: patrick91
- Created: 2023-07-17T09:24:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T13:20:58.000Z (almost 3 years ago)
- Last Synced: 2025-07-08T21:44:01.001Z (12 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```