Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 services

This 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 -DskipTests

3. 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 using

npm start

7. If there are no errors then navigate to the page http://localhost:4200