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.
To install the Inventory Management App, follow these steps:
-
Clone the repository:
git clone https://github.com/FREDVUNI/inventory-management-app.git
-
Navigate to the project directory:
cd inventory-management-app
-
Install the dependencies:
npm install
To use the Inventory Management App, follow these steps:
-
Start the application:
npm start
-
Open a web browser and navigate to http://localhost:3000.
-
Create a new bootcamp by clicking on the "Add bootcamp" button and filling out the form.
-
View, update, or delete bootcamps by clicking on the corresponding buttons.
The Inventory Management App was built using the following technologies:
- React.js
- Node.js
- Express.js
- MongoDB
Contributions to the Inventory Management App are welcome! To contribute, follow these steps:
-
Fork the repository: https://github.com/FREDVUNI/inventory-management-app.git.
-
Create a new branch for your changes:
git checkout -b my-feature-branch
-
Make your changes and commit them:
git commit -m "Add my feature"
-
Push your changes to your fork:
git push origin my-feature-branch
-
Submit a pull request to the main repository.