Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 506 Bytes

File metadata and controls

28 lines (26 loc) · 506 Bytes

Introduction

Team Members

  • Lê Xuân An
  • Lê Minh Qúy
  • Nguyễn Hoàng Quân
  • Nguyễn Viết Phong

Installation

Create virtual environment

python3 -m venv venv

Activate virtual environment

source venv/bin/activate

Install packages

pip install "fastapi[standard]"

Usage

Run the following command to start the server

fastapi dev main.py  

Server will start at http://127.0.0.1:8000 API documentation will be available at http://127.0.0.1:docs