Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 587 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 587 Bytes

Angular 11 & Spring Boot CRUD Application

A full stack CRUD application developed using Angular 11 and Spring Boot.

Build Status

Installation

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

Todos

  • Write more tests
  • Improve error handling

License

MIT