Skip to content

akristen/odyssey-intro-strawberry

 
 

Repository files navigation

(Odyssey Course) Intro to GraphQL with Python & Strawberry

Welcome to the starter code for Intro to GraphQL with Python & Strawberry. You can find the course lessons and instructions on Odyssey, Apollo's learning platform.

How to use this repo

The course will walk you step by step on what to do. This codebase is the starting point of your journey!

This project uses Python. In order to build the project locally, run:

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

To start the server, from the root directory, run:

uvicorn main:app --reload

Right now, the server returns a simple "Hello World" message from http://localhost:8000.

The final branch of this repo contains the final stage of the course, with all of the steps and code completed! If you get stuck, you can refer to it and compare your code.

Getting Help

This repo is not regularly monitored.

For any issues or problems concerning the course content, please refer to the Odyssey topic in our community forums. You can also join the Apollo Discord.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%