Welcome to the official video repository of Warehouse . Visit the video link: Warehouse-Instock.
- Introduction
- Features
- Technologies Used
- Installation
- Environment Variables
- Running the Application
- Project Structure
InStock is a frontend application for managing warehouses and inventory items. It provides a user-friendly interface for performing CRUD operations on warehouses and inventory.
- View all warehouses and inventory items
- Add, edit, and delete warehouses
- Add, edit, and delete inventory items
- Search and sort functionality for inventory items
- Validation for input fields
- React.js
- Axios for API requests
- React Router for navigation
- SCSS for styling
- dotenv for environment variables
- Clone the repository:
git clone https://github.com/yourusername/instock-frontend.git cd instock-frontend
- Install dependencies:
npm install
Create a .env file in the root directory and configure the following variables:
REACT_APP_API_URL=http://localhost:8080
To start the application in development mode:
npm start