Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rainbyte/testangularspring
https://github.com/rainbyte/testangularspring
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rainbyte/testangularspring
- Owner: rainbyte
- Created: 2020-06-11T19:23:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T12:03:11.000Z (over 1 year ago)
- Last Synced: 2023-06-08T10:55:14.585Z (over 1 year ago)
- Language: Java
- Size: 3.33 MB
- Stars: 0
- Watchers: 2
- 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`