Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 213 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 213 Bytes

Backend part of VPNxTON

MVP

Requirements

FastAPI+Peewee+Postgres

Test

pytest test.py

Run

uvicorn api:app --log-level debug --port 8008 --workers 4 --host 127.0.0.1