https://github.com/rainbyte/testangularspring
https://github.com/rainbyte/testangularspring
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rainbyte/testangularspring
- Owner: rainbyte
- Created: 2020-06-11T19:23:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T12:03:11.000Z (about 3 years ago)
- Last Synced: 2025-04-07T22:18:03.546Z (about 1 year ago)
- Language: Java
- Size: 3.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TestAngularSpring
## Backend
1. Start database: `docker-compose up mariadb`
2. Start tomcat: `docker-compose up tomcat`
3. Build project: `gradle build`
4. Deploy war: `make deploy`
## Frontend
1. Build project: `ng build`
2. Start server: `ng serve`
3. Default url: `localhost:4200`