Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 249 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 249 Bytes

DirectExchange

Build Instructions

# To run the frontend
- cd frontend
- npm install
- npm run start

# To start the backend server
- Open the spring boot application in the IDE of your choice.
- Run Application.java class