LMS MSD is a web-based application that helps laboratories optimize machine scheduling and streamline overall management. It is built using Django, Next.js, and MySQL, and deployed using Docker and Nginx. The system is designed to work with PlanetScale, ensuring scalability and performance.
- Optimal scheduling of laboratory machines
- User authentication and access control
- Inventory tracking and management
- Equipment maintenance and calibration tracking
- Reporting and analytics
- Responsive user interface for desktop and mobile devices
- Docker
- Nginx
- Python 3.x
- Node.js (for Next.js)
- MySQL (or PlanetScale)
-
clone the repository:
git clone https://github.com/yourusername/lab-management-system.git
cd lab-management-system
-
Build and start the Docker images:
docker-compose up --build --force-recreate
-
Access the application at: http://app.localhost:3001
We use tox for automated testing, which incorporates mypy, flake8, and pytest. To run the tests, execute the following command:
tox
We welcome contributions to the Lab Management System! Please follow these steps:
- Fork the repository on GitHub.
- Create a new branch for your feature or bugfix.
- Make your changes, ensuring that your code follows the project's style guidelines and passes all tests.
- Submit a pull request to the main repository, and provide a detailed description of your changes.
This project is licensed under the BSD 3-Clause License.