You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The InStock backend is a RESTful API built with Node.js, Express.js, and MySQL. It manages warehouses and inventory with CRUD operations, validation, and error handling. Using Knex.js for database interaction, it supports environment-based configuration, migrations, and seed data.
InStock is a React.js application for managing warehouses and inventory. It features a user-friendly interface for CRUD operations with search, sort functionality, and form validation.