adiXcodr / fast_api_template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FAST API TEST


Technologies used

  • Python
  • Fast API
  • MySql

First-time setup

  • Execute pip install pipenv globally
  • In root directory, Execute pipenv install

Running Server

  • In root directory, Execute pipenv run server

Installing new pip packages

  • In root directory, Execute pipenv install <package-name>

Updating pip packages

  • In root directory, Execute pipenv update <package-name>

Uninstalling old pip packages

  • In root directory, Execute pipenv uninstall <package-name>

Rebuild requirements.txt

  • In root directory, Execute pipenv lock --keep-outdated -d -r > requirements.txt

About


Languages

Language:Python 100.0%