Skip to content

online0227/ssr-angular-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ssr-angular-java

How to run backend Java Spring Boot:

  1. Configure any necessary settings at backend/target/classes/application.properties

  2. Create a database by running:

    create database ssr_angular_java;

  3. Turn on command line, go to backend directory

  4. Run it by "mvn spring-boot:run", it will initialize your mysql database if it is first run.

  5. Add following into your mysql database:

    INSERT INTO ssr_angular_java.roles(name) VALUES('ROLE_USER');

    INSERT INTO ssr_angular_java.roles(name) VALUES('ROLE_ADMIN');

How to run frontend Angular:

  1. Turn on command line, go to frontend directory
  2. Run it by "npm run dev:ssr"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors