Skip to content

mridul0124/Taskify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot + Angular 17 + PostgreSQL CRUD example

Full-stack Angular 17 + Spring Boot + PostgreSQL CRUD Task Application in that:

  • Each Task has id, title, descriptio and status.
  • We can create, retrieve, update, delete Task.
  • We can also find Task by title.

Run Spring Boot application

mvn spring-boot:run

The Spring Boot Server will export API at port 8081.

Run Angular Client

npm install
ng serve --port 8081

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published