Skip to content

arulakbar/spring-vue-oauth2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Vue OAuth2 Demo

Setting Backend

  • Create postgresql database
  • Setting username and password
  • Run backend
     cd backend
    .\mvnw spring-boot:run

Setting Fronted

  • Run frontend
    cd frontend
    npm install && npm run serve