PMA is an app that helps teams and individuals organize their projects.
- Back end : Spring boot (java)
- Front end : Vanilla js + Tailwind css + Thymeleaf (template engine)
- Database : Postgresql
For each folder (except the service discovery one) open it and change these fields in application.properties :
spring.datasource.url= "your db's url"
spring.datasource.username= "your username"
spring.datasource.password= "your db's password"
This app contains microservices that communicate with each other, so run each microservice after changing the application.properties files.
- Landing page
- Main page
- Project page
- Group chat
- Personal notes
- User profile