Skip to content

santhp/trade-away

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trade-Away

To run entire application

  1. Goto project directory
  2. run "mvn spring-boot:run"
  3. access http://localhost:8090

Dev:

To run backend

  1. Goto project directory
  2. run "mvn spring-boot:run"

To run frontend

  1. Goto <<PROJECT_DIRECTORY>>/src/main/frontend/ folder
  2. run "npm start"

Access http://localhost:9090