Skip to content

EricDoZen/FastAPI-SQLModel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI and SQLModel

This code is taught and explained in my Hands-On Beginner FastAPI and SQLModel course

Make sure you're using Python 3.6 or later. In Windows you might need to execute py -V to get the version number. On a Mac try python3 -V. If they don't work, replace py or python3 below with whatever does work for you. In VS Code terminal (or whatever command line you're using), folow these steps to create a virtual environment and install dependencies.

Windows

py -m venv venv
venv\scripts\activate
pip install -r requirements.txt

Mac

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

About

Hands-On Beginner FastAPI and SQLModel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.5%
  • HTML 22.5%
  • CSS 11.6%
  • JavaScript 2.4%