forked from rehmanra/spring-boot-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
License
D-Coder135/spring-boot-angular
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 0
No packages published
Languages
- TypeScript 43.4%
- Java 32.2%
- CSS 13.5%
- HTML 5.4%
- JavaScript 4.0%
- Shell 1.5%