Skip to content

flavien-hugs/simple-fastapi

Repository files navigation

Simple API with FastAPI

Technology Stack:

  • Python 3.10+
  • pipenv ou pip
  • FastAPI
  • Uvicorn (server)
  • Pytest
  • sqlalchemy
  • Alembic
  • Postgresql

Clone the project

git clone https://github.com/flavienn-hugs/apilabonnedame.git

Test the project locally

run: make runserver
or
uvicorn core.main:app --reload

Installing the dependencies

If use pipenv: pipenv install

or

If using pip: pip install -r core/requirements.txt

About

Simple API with FastAPI

Topics

Resources

Stars

Watchers

Forks