Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ic/fastapi-tuts

 
 

Repository files navigation

fastapi-tuts

simple tutorials for fastapi

Getting Started

Requirements

  • Python 3.10 or above
  • A serial console like cu on Linux-compatible systems, RealTerm and PuTTY on Windows, etc.

First time settings

Optional by recommended: Create a virtual environment for the Python code of this project:

python -m venv venv
# or
virtualenv venv

To activate the virtual environment, you need to tell the command line:

# Linux compatible shells
source venv/bin/activate

# Windows shells
# TODO

To install the project dependencies:

# At the root of this repository
pip install -e ".[dev]"

At this point you should be good to go.

Usage

At every usage, when opening a shell for the Python code, you need to ensure the virtual environment is active (often the prompt is prefixed with venv).

TODO

Serial console on Linux-compatible systems: cu -s 115200 -l /dev/tty.usbserial

About

simple tutorials for fastapi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Nix 0.3%