Skip to content

A unique id generator api that generates UUIDs and pairs them with timestamp, and returns a json object of all the key pairs made

Notifications You must be signed in to change notification settings

Aliemeka/uuid-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UUID-generator

This api is pretty simple. It just generates a unique id and returns a key value pair json object of timestamp and uuid.

Dependencies

  • FastAPI: A lightweight python framework for making apis
  • Uvicorn: Runs the api

Instructions

  • Clone this repository
  • Create a virtual environment: virtualenv env
  • Activate virtual environment: source env/bin/activate
  • Install dependencies pip install -r requirements.txt
  • Run the app uvicorn main:app --reload

To check the docs

About

A unique id generator api that generates UUIDs and pairs them with timestamp, and returns a json object of all the key pairs made

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages