Skip to content

Sewmini-18/LApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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