Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 786 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 786 Bytes

FIUBER-Users

FIUBER's Users service.

licence Deploy

This service was built using Python's web application framework Fast API.

Local installation & usage

Install dependencies. From within the root folder of the repository, run:

pip install -r requirements.txt

Copy your firebase_credentials.json file into the src folder of the repository, then run:

uvicorn main:app --reload --port 8000