stevo1403 / cowrywise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Python 100.0%