Skip to content

Latest commit

 

History

History
83 lines (52 loc) · 1.99 KB

README.md

File metadata and controls

83 lines (52 loc) · 1.99 KB

Inventory Management App

The Inventory Management App is a MERN (MongoDB, Express.js, React.js, Node.js) system designed for efficient inventory management. It includes features such as data validations using Joi, email verification for password reset, and cloudinary image upload for products.

Installation

To install the Inventory Management App, follow these steps:

  1. Clone the repository:

    git clone https://github.com/FREDVUNI/inventory-management-app.git
  2. Navigate to the project directory:

    cd inventory-management-app
  3. Install the dependencies:

    npm install

Usage

To use the Inventory Management App, follow these steps:

  1. Start the application:

    npm start
  2. Open a web browser and navigate to http://localhost:3000.

  3. Create a new bootcamp by clicking on the "Add bootcamp" button and filling out the form.

  4. View, update, or delete bootcamps by clicking on the corresponding buttons.

Technologies Used

The Inventory Management App was built using the following technologies:

  • React.js
  • Node.js
  • Express.js
  • MongoDB

screenshots

Landing

image

Dashboard

image

Contributing

Contributions to the Inventory Management App are welcome! To contribute, follow these steps:

  1. Fork the repository: https://github.com/FREDVUNI/inventory-management-app.git.

  2. Create a new branch for your changes:

    git checkout -b my-feature-branch
  3. Make your changes and commit them:

    git commit -m "Add my feature"
  4. Push your changes to your fork:

    git push origin my-feature-branch
  5. Submit a pull request to the main repository.