Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 453 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 453 Bytes

zc_plugin_duty_shift

Company Duty Shift plugin for zuri Chat

To run the project :

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