/cowUUID

API to generate random UUIDs

Primary LanguagePython

API to generate random UUIDs

Installation

To install the dependencies, run this command in your shell pythonpython3.8 -m pip install -r requirements.txt

Running

To run the application, run this command in your shell pythonuvicorn main:app --reload

To run tests

Run this command in your shell pythonpython3.8 -m pytest