Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

A full-stack app using Angular and Spring Boot

Notifications You must be signed in to change notification settings

jethronap/AngularSpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An example of bootstrapping Angular with Spring Boot.

Stack:

  • Angular 9
  • Spring Boot 2
  • Lombok
  • MySQL

The Server Side:

  • Open MySQL
  • Build and run Spring Boot App
  • Visit localhost:8080

The Client Side:

  • Use the Angular cli: ng serve
  • Visit localhost:4200