Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.26 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.26 KB

Run Spring Boot development server

mvn spring-boot:run

Run React application development server

npm start

Run FTP server

ftpd.bat res\conf\ftpd-typical.xml

React-App

Open (http://localhost:8081) to view it in the browser.

Back End

Get User Profile Details: http://localhost:8080/api/auth/

cmd

netstat -ao |find /i "listening"
netstat -ano | find "8080"
Taskkill /F /IM 18748