Skip to content

D-Coder135/spring-boot-angular

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-angular


Pre-Requisites
--------------
Docker w/ Command Line Tools
Java 16
Node 16.x
Angular CLI via NPM

Initialize Database
-------------------
docker-compose -f ./backend/docker/docker-compose.yml up

Start Spring Boot
-----------------
cd ./backend
./gradlew bootRun

Run Frontend
------------
cd ./frontend
npm install && npm run clean && npm run test && npm run watch & npm run start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 43.4%
  • Java 32.2%
  • CSS 13.5%
  • HTML 5.4%
  • JavaScript 4.0%
  • Shell 1.5%