A simple inventory tracking system with basic CRUD operations using PostgreSQL, Go, React with Vite and Tailwind CSS
- Create Items
- Read Items
- Update Items
- Delete Items
- Checkout (checkouts do not update automatically after a checkout is completed)
- Return
- View all checked out items (caveat, does not filter by returned items)
- Search inventory
- Export Items
- Import Items