mustafa-bektas / SWE573

0 stars 0 forks source link

Create the development environment #2

Closed mustafa-bektas closed 1 day ago

mustafa-bektas commented 1 day ago

Create the development environments needed for the project.

Back-end part will use Java Spring Boot, and the front-end part will use Angular. The database will be MYSQL.

Required Spring Boot dependencies are:

Lombok, Spring Data JPA, Rest Repositories, MySQL Driver

Create both back-end and front-end environments and push them to the main branch.

mustafa-bektas commented 1 day ago

created backend and frontend projects and pushed the files to the main branch