- Lê Xuân An
- Lê Minh Qúy
- Nguyễn Hoàng Quân
- Nguyễn Viết Phong
Create virtual environment
python3 -m venv venvActivate virtual environment
source venv/bin/activateInstall packages
pip install "fastapi[standard]"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