An open API service indexing awesome lists of open source software.

https://github.com/maktoobgar/fastapi

A simple project based on fastapi framework for comparing it's speed and scalability with adonisjs-v5 framework.
https://github.com/maktoobgar/fastapi

fastapi python3

Last synced: about 1 month ago
JSON representation

A simple project based on fastapi framework for comparing it's speed and scalability with adonisjs-v5 framework.

Awesome Lists containing this project

README

          

# A Simple API

## Requirements



Python


Python

## About

This repository is one of the two repositories in this organization which is an implementation for comparing how fast adonisjs and fastapi can handle requests.\
This repository is fastapi side.

## Installation

Just for saving time, I'm writing all needed lines to install requirements for api down here.

```
pyhton3 -m venv env
source ./env/bin/activate
pip3 install -r requirements.txt
```

## Execution

Simply just run `uvicorn main:app --reload`.