-
Notifications
You must be signed in to change notification settings - Fork 40
Technology Selections
Subhrodip Mohanta edited this page Jun 26, 2021
·
2 revisions
- The Project uses Java 11
- We are using Spring Boot with Maven to build it
- Our preferred choice of Database is MySQL or MariaDB, as they are very popular
- Logging with SLF4J API and Logback implementation
- Continuous integration is done using GitHub Actions
- Lombok is used to reduce boilerplate, but the annotation set we use is limited
- SonarCloud is used for static analysis
02. How to Contribute (needs splitting)
- Installation
-
Project Configuration
-
IDE Instructions
-
Milestones and Versioning
10.1 Request and Response Models
10.2 Detailed API Documentation
- How to Test Endpoints
-
Working with issues
-
Reviewing pull requests
- Roadmap
- Recognizing contributors