FIUBER's Users service.
This service was built using Python's web application framework Fast API.
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