Buffer is a MERN stack project built to remove the middleman between industries in the chemical industry. This b2b project aims to create a more efficient system by implementing a tender system instead of a traditional bidding system.
- Introduction
- Technologies Used
- Installation
- Features
- Contributing
- License
Client: React, Redux, MUI
Server: Node, Express , mongoDb
To get started with the Buffer project, follow these steps:
- Clone this repository:
git clone https://github.com/sarthakpant772/Buffer.git
- Navigate to the client folder:
cd client
- Install dependencies:
npm install
- Navigate to the server folder:
cd ../server
- Install dependencies:
npm install
- Run the server:
npm start
- Run the client:
cd ../client && npm run start
Contributions to the Buffer project are welcome! To contribute, please follow these steps:
- Fork this repository
- Create a new branch:
git checkout -b my-new-feature
- Make your changes and commit them:
git commit -m 'Add some feature
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
The following features are implemented in the Buffer project:
- Authentication system for users
- Dashboard for industries to create tenders
- Dashboard for suppliers to view and apply to tenders
- Admin dashboard to manage users and tenders
- Real-time chat system between industries and suppliers
This project is licensed under the MIT License - see the LICENSE file for details.