A full stack CRUD application developed using Angular 11 and Spring Boot.
Before executing the following commands, the database info must be set inside the file: src/main/resources/application.properties
$ cd backend
$ mvn clean install
$ mvn spring-boot:run
$ cd frontend
$ npm install
$ ng serve
- Write more tests
- Improve error handling
MIT