This project is a Material Requirements Planning (MRP) module application designed to help manage and plan material requirements for production processes. It consists of a backend and a frontend, each serving distinct purposes to ensure seamless functionality.
The backend handles the core logic of the application, including API endpoints, database interactions, and business logic. It is built using the following technologies:
- Node.js
- Express.js
- MongoDB
- TypeScript
- Mongoose
- tsyringe
You can access the backend repository here: MRP Module Backend
The frontend provides the user interface for interacting with the MRP system. It is built using modern web technologies to ensure a responsive and intuitive experience. Technologies used include:
- Next.js
- React
- Tailwind CSS
- Redux Toolkit
- TypeScript
- Git
You can access the frontend repository here: MRP Module Frontend