0% found this document useful (0 votes)
10 views2 pages

Spring Boot Setup Guide

The document provides instructions for setting up a Java Spring Boot back-end and an Angular front-end project. It details steps for starting Apache and MySQL, creating a database, and running the Spring Boot application, followed by instructions for running the Angular application using Node and NPM. Users are guided to access the application via a specified URL in their browser after serving the front-end project.

Uploaded by

sj1.rfajilan23
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views2 pages

Spring Boot Setup Guide

The document provides instructions for setting up a Java Spring Boot back-end and an Angular front-end project. It details steps for starting Apache and MySQL, creating a database, and running the Spring Boot application, followed by instructions for running the Angular application using Node and NPM. Users are guided to access the application via a specified URL in their browser after serving the front-end project.

Uploaded by

sj1.rfajilan23
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

BACK-END (JAVA-SPRINGBOOT-BACKEND-MAIN)

1. start apache and mysql

2. create database(phpMyAdmin):
database name: springboot_backend

3. open project (Intellij ginamit kong ide)


----- go to java-springboot-backend-main > src > main > java > SpringbootBackendApplication
----- SpringbootBackendApplication file: uncomment niyo to, or lahat ng makita niyong nakacomment

---- then run niyo yung file na yan (SpringbootBackendApplication)

---- refresh mo yung database kung maiimport yung mga category

---- pag hindi gumana, babad mo sa bigas jk.


FRONT-END (java-angular-frontend-main)

Make sure nakapagdownload na ng NODE and NPM

----open project (sa vs code ko ni open)


----open terminal
----ng serve / ng serve –open
---- magbibigay ng url link tung terminal (localhost:4200) then open niyo sa browser.
---- dagdagan niyo lang yung link kase plain lang yung lalabas ([Link]
----then voila, pwede ka na matulog ulit

You might also like