- Clone this repository by running the command
git clone https://github.com/R-T-Weerasinghe/iCSMS-email.git - Open a console(command prompt) in administrator mode and navigate to the cloned repository
- Create a virtual environment by running the command
python -m venv venv - Activate the virtual environment by running the command
venv\Scripts\activate.bat - Install the required packages by running the command
pip install -r requirements.txt - Run the command
uvicorn main:app --reloadto start the server - Open a browser and navigate to
http://127.0.0.1:8000/docsto view the documentation and test the API endpoints
Feel free to raise an issue if you find any bugs or have any suggestions.