/cowrywise

Primary LanguagePythonMIT LicenseMIT

UUID Generator

This app generates, stores and serve random UUIDs(Univerally unique identifier) through an api endpoint /ids.

To install its dependencies:
$ pip install -r requirements.txt
To start the server:
$ python3 app.py
Send a request to the server:
$ curl http://localhost:5000/ids