Skip to content

Desenvolvimento de um projeto full-stack simulando uma plataforma de cursos front-end e back-end.

Notifications You must be signed in to change notification settings

gustavoestevesr/curso-crud-angular-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Curso Angular Spring Boot

Angular

Run npm run start for a dev server with a proxy configuration. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Spring Boot

Run mvn spring-boot:run to execute the back-end with the database. Navigate to http://localhost:8080/api/courses. The application will automatically reload if you change any of the source files.

Database H2

  • url=http://localhost:8080/h2-console/
  • username=sa
  • password=password