- Install a version of Python>=3.10 from python.org or using your OS package manager
- Make sure the commands
pythonandpipwork in the command line/terminal - If the commands don't work, make sure you've added them to the path
- If python was installed using a package manager, it might be called
python3orpip3
- Make sure the commands
- Clone this repository
- Install Git
- Open a terminal when the repository folder should be saved
- Run
git clone https://github.com/JadeMaveric/fullstack-fastapi-tutorial
- Install an IDE/Text Editor
- Open the cloned directory in cmd/terminal
python -m venv venv - Activate the virtual environment
- Linux/MacOS:
. ./venv/bin/activate - Windows:
.\venv\Scripts\activate
- Linux/MacOS:
- Install the dependencies
pip install -r requirements.txt - To test that it's working
-
Notifications
You must be signed in to change notification settings - Fork 0
JadeMaveric/fullstack-fastapi-tutorial
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A companion repo for a workshop I gave on building Fullstack Apps with FastAPI
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published