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.
- Host: GitHub
- URL: https://github.com/maktoobgar/fastapi
- Owner: maktoobgar
- License: mit
- Created: 2021-06-06T11:55:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-10T07:04:40.000Z (about 5 years ago)
- Last Synced: 2025-02-25T14:35:57.554Z (over 1 year ago)
- Topics: fastapi, python3
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Simple API
## Requirements
## 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`.