Ur Shortener using the Spring Boot and ReactJS
The server is written in Java using the Spring Boot framework. For database layer Mysql is used with Hibernate and Spring Data JPA. The frontend is built using ReactJS.
Run
Back-End
mvn spring-boot:run
Front-End
npm start