The Inventory App is a full-stack web application designed to streamline product management for an e-commerce store. It allows users to browse available items, view detailed information for each product, and search based on specific criteria. Admin users have the ability to add, update, or delete inventory items through secure, server-side validated forms. The app supports full CRUD functionality and is built with a scalable architecture for future enhancements like user orders, cart functionality
- View all inventory items with detailed information
- Add, edit, and delete items (admin-only)
- Filter items by category or price range
- Add items to cart and place orders
- User authentication
- Server-side validations for data integrity
- Clone the repository
- git clone git@github.com:katara-org/inventory-app.git
- Change the directory
- cd inventory-app
- Install dependence
- npm install
- npm install react-router-dom@6.30.1
- Seed the database
- npm run seed
- Start the app
- npm start
https://inventory-app-ts3j.onrender.com/
- Lane Richardson
- Mohammad Jamal
- Sameera Chinta
