Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages