Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.35 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.35 KB

Spring-Angular-Crud

Github Actions codecov

Some basic crud operations with Spring Boot and Angular, main focus with tests, json and Spring Security.

Please note that this project is not to present front end skills and styling per se, but is to practice some basic elements. In other words: the app looks quite terrible.

About

Main objective is with combining Spring Security with Angular, and tests.

User can add new todos with title and content, get them as as list, modify them and delete. So basic crud yes :)

For futere reference.

Road map

I'll be building the app peace at a time as follows:

Backend

Spring Boot

  • Basic CRUD operations with controller, and service layer.
  • Tests
  • Spring Security with in-mem user
  • Tests with Spring Security(see below).

Front end

Angular

  • CRUD operations
  • With authentication

Security

Spring Security

  • Basic authentication w/http basic
  • In mem user
  • User account with userdetails
  • Tests with security context

Other

Please send me an email(jarno.saastamoinen@hotmail.com), if you wish to collaborate, and be nice, and do the same if you fork this. :)