Skip to content

voldemort9999/invertor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Inventory Manager API

A simple inventory management API built with FastAPI.

Installation

pip install -r requirements.txt

Run the API

uvicorn project:app --reload

The API will be available at http://127.0.0.1:8000

API Endpoints

  • GET / - Root endpoint
  • GET /items - Get all items
  • GET /items/{item_id} - Get a specific item
  • POST /items - Create a new item
  • PUT /items/{item_id} - Update an item
  • DELETE /items/{item_id} - Delete an item

Interactive API Docs

Visit http://127.0.0.1:8000/docs for interactive API documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages