Company Duty Shift plugin for zuri Chat
FE - In progress
BE: Run the following command.
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload
Open the project at http://127.0.0.1:8000/
In order to contribute please follow this guide Contribution Guide