Welcome to the Comprehensive Laboratory Information Management System (LIMS) backend repository, where intricate backend operations drive Eiper International's operational excellence.
- Spring Boot: Empowering us to build robust and flexible backend services.
- MySQL: Our chosen relational database management system, ensuring efficient data storage.
- AWS (Amazon Web Services): The cloud platform of choice for hosting our backend services.
- Jenkins: Automating our CI/CD pipeline for efficient deployment.
- GitHub Actions: Streamlining our workflow automation and integration.
To run the backend locally and explore its capabilities, follow these steps:
- Clone the Repository:
git clone [repository-url] - Navigate to the Directory:
cd backend - Install Dependencies: Set up required dependencies specified in
pom.xml. - Configure Database: Modify
application.propertieswith MySQL settings. - Start the Backend Server: Run the application.
Our CI/CD pipeline automates the deployment process, guaranteeing seamless updates to the AWS-hosted backend services.
For in-depth API documentation and usage instructions, refer to [API Documentation Link].
Contributions are welcome! To contribute:
- Fork the Repository
- Create a New Branch:
git checkout -b feature-name - Make Your Changes
- Commit and Push:
git commit -m "Add feature-name" - Create a Pull Request: We're eager to review your contributions!
For any questions or inquiries, please contact [Your Name] at [Your Email Address].