Frontend Repository
Backend Repository
This project is an inventory management system created using the MERN stack (MongoDB, Express.js, React, Node.js). It allows users to manage inventory, track products sales, view sales report using chart, find nearby businesses that need the products.
- CRUD operations for products via REST API
- User authentication and authorization using JWT tokens
- Reporting and analytics
- Integration with external APIs (Local Business Finder)
- many more!
- Clone the repository:
git clone https://github.com/HenryAugustiano/inventory_backend.git - Install Dependencies
cd inventory_backend npm install - Configure environment variables:
PORT=3000 MONGO_URI SECRET_KEY - Run server
node index.js

