The server-side of the project was developed during my 30-day internship at TÜBİTAK Bilgem YTE. Client-side application is available in this repository.
Language | Framework | Java | Maven |
---|---|---|---|
Java | Spring Boot | 1.8+ | 3.8.1+ |
All documents related to API are available on here.
- Clone this repository:
git clone https://github.com/umutbayramoglu/event-management-system-backend
. - Open
event-management-system-backend
folder with your IDE.
You can also import the project straight into Intellij IDEA by selecting New > Project from Version Control
You can make related configurations on application.properties.
spring.datasource.url=jdbc: POSTGRESQL_CONNECTION_URL
spring.datasource.username= POSTGRESQL_USERNAME
spring.datasource.password= POSTGRESQL_PASSWORD
spring.mail.username= GMAIL
spring.mail.password= PASSWORD