Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ravening/angular7-springboot
Sample project which uses Angular 7 for the front end and spring boot for the backend to provide services
https://github.com/ravening/angular7-springboot
angular7 java-8 spring-boot
Last synced: 12 days ago
JSON representation
Sample project which uses Angular 7 for the front end and spring boot for the backend to provide services
- Host: GitHub
- URL: https://github.com/ravening/angular7-springboot
- Owner: ravening
- Created: 2019-03-24T18:46:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:08:39.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T08:50:35.039Z (19 days ago)
- Topics: angular7, java-8, spring-boot
- Language: TypeScript
- Size: 1.04 MB
- Stars: 3
- Watchers: 3
- Forks: 10
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular7-SpringBoot
Sample project which uses Angular 7 for the front end and spring boot for the backend to provide servicesThis is a full stack java web application which implements product management services
Prerequisites to run the project
Java, IntelliJ/Eclipse, Angular 7, maven, npm, nodejs
Steps to run the project
1. Checkout the git repositoty and import the project into intellij or eclipse as maven project
2. Now cd to the root of the project and run the below command
mvn clean install -DskipTests3. Once the build is complete, run the java application using
java -jar target/.jar
4. Make sure that its running successfully. Now the backend is ready to serve the contents to the frontend
5. Navigate to the "frontend" directory and install the necessary packages for the angular application using
npm install
6. Now start the frontend application usingnpm start
7. If there are no errors then navigate to the page http://localhost:4200