Skip to content

milanliepelt/graphql-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-stuff

Tutorial

after upgrading to python 3.11

sudo add-apt-repository ppa:deadsnakes/ppa 
sudo apt update 
sudo apt install python3.11
sudo apt install python3.11-venv

restart terminal

use python 3.11 to crate venv

python3.11 -m venv .venv
source .venv/bin/activate

add this interpreter to pycharm as local interpreter

install deps

pip install fastapi uvicorn

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors