Backend for an inventory control solution that utilizes a mobile barcode scanning app. Written with FastAPI, SQLModel, and PostgreSQL.
- Easy to setup and run
- Helpful documentation with API calling frontend
# Clone the repository
git clone https://github.com/BrandonwLii/Inventory-Control-Prototype.git
cd Inventory-Control-Prototype
# Install dependencies
npm install # or yarn install# Start the development server
fastapi dev main.pyUse ngrok to connect to the frontend!
