Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.29 KB

README.md

File metadata and controls

50 lines (38 loc) · 1.29 KB

Stock Control

This is a full-stack MERN (MongoDB, Express.js, React.js, Node.js) application for inventory management.

Getting Started

To get started with this project, you will need to follow these steps:

Clone the repository: git clone https://github.com/your-username/Stock-Control.git

Install the dependencies: cd Stock-Control npm install

Start the development server:

npm start Open http://localhost:3000 in your browser to see the app.

Features

This web app allows users to:

-Add, edit, and delete products -Search for products -View the details of each product -Track inventory levels -Generate reports -Manage user accounts and roles -Technologies Used -MongoDB - database -Express.js - server framework -React.js - client-side framework -Node.js - runtime environment -Redux - state management -Bootstrap - UI framework -JWT - authentication -Axios - HTTP client

Contributing

If you want to contribute to this project, please follow these steps:

Fork the repository Create a new branch (git checkout -b feature/your-feature-name) Make changes and commit (git commit -am 'Add your message here') Push to the branch (git push origin feature/your-feature-name) Create a pull request

License

This project is licensed under the IIIT License. See the LICENSE file for more information.