MESI (Mess Entry System with Intelligence) is an AI-powered mess entry monitoring system designed to streamline and automate mess entry tracking. This repository contains the frontend for the MESI system, providing a real-time dashboard with data visualization.
- Real-time Mess Entry Dashboard: Live tracking of mess entries with an intuitive UI.
- Responsive Design: Built with Tailwind CSS for seamless experience across all devices.
- Backend API Integration: Communicates with the backend for real-time data processing.
- Containerized Deployment: Easily deployable using Docker.
- React: JavaScript library for building the user interface.
- Tailwind CSS: Utility-first CSS framework for styling.
- Docker: Containerization for easy deployment and scalability.
Follow these steps to set up and run the MESI frontend locally:
- Clone the repository:
git clone <repository_url>
- Navigate to the frontend folder:
cd mesi-frontend - Install dependencies:
npm install
- Start the development server:
npm start
To containerize and deploy the MESI frontend using Docker:
- Build the Docker image:
docker build -t mesi-frontend . - Run the container:
docker run -p 80:80 mesi-frontend
We welcome contributions! Feel free to open issues, submit pull requests, or suggest enhancements.