Vladyslav Fedoriuk a2c9a7db12 Fix the base path
2023-09-20 00:52:02 +02:00
2023-09-20 00:52:02 +02:00
2023-09-20 00:52:02 +02:00
2023-08-16 23:07:17 +02:00
2023-07-29 12:23:26 +02:00
2023-07-27 09:29:43 +02:00
2023-08-18 20:51:30 +02:00
2023-08-28 20:00:47 +02:00
2023-08-21 09:07:56 +02:00
2023-08-21 09:07:56 +02:00
2023-08-28 20:00:47 +02:00

A web app to index and search awesome FastAPI projects

Local Development

Setup

Python and Virtual Environment

The instructions below assume you have pyenv installed. If you don't, use any other method to create a virtual environment and install Python 3.11.4.

  • Install Python 3.11.4
pyenv install 3.11.4
  • Create a virtual environment
pyenv virtualenv 3.11.4 awesome-fastapi-projects
  • Activate the virtual environment
pyenv local awesome-fastapi-projects

#TODO: Add more documentation: migrations, front, tests

Description
List of FastAPI projects! 😎 🚀
Readme 402 MiB
Languages
TypeScript 51.2%
Python 43.2%
Makefile 3.5%
CSS 1.2%
JavaScript 0.5%
Other 0.4%