Skip to content

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

Notifications You must be signed in to change notification settings

BabisAmas/ng-spring-boot-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published