Backend of the official website of PEC ACM CSS
- Java 17(Oracle or Corretto) installed.
 - Intellij IDEA
 - Docker
 
- Configure the springboot project in Intellij and Activate 
localprofile. - Run the 
data.sqlfile in resources to load the seed data. - Run code in Intellij
 - Code, Code, Code, Review, Code, Code, Review, Push, PR, Merge
 
You need Intellij IDEA Ultimate, avail it by student discount
- Always work in separate branch for each feature.
 - Do not create branches with your name like 
xyz, rather create branches based on branch or issue name, likefeat-user-service. - Take pull of latest 
mainbranch before pushing code. 
Goodluck :)