Skip to content

mistikel/rms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RMS

Employee Management for Mitrais Final Project

angular-rms

To run this application:

clone https://github.com/mistikel/rms.git
cd angular-rms
npm install
npm start

To check open localhost:4200

springboot-rms

To run this application:

cd springboot-rms
mvn install
mvn spring-boot:run

Open localhost:8080

Note

Make sure you run springboot then angular and check your internet connection.