- Clone the project.
- Create a folder
resourcesinmain. - Add file
application.propertieswith the following configuration :
spring.datasource.url=jdbc:postgresql://localhost:5432/**your database name**
spring.datasource.username=**username**
spring.datasource.password=**password**
spring.jpa.hibernate.ddl-auto=validate
spring.jpa.show-sql=true
springdoc.api-docs.path=/api-docs
springdoc.swagger-ui.path=/swagger-ui.html
- Start Synergy-back
- Access the url : http://localhost:8080/swagger-ui.html
In the file DB at the source of the project
- Click this link : https://github.com/AyoubEchcharrat/Synergy-front/tree/main
