aharoJ / EmployeeManagementSystemApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee-Management-System-App

alt text

How To Run

git clone https://github.com/aharoJ/EmployeeManagementSystemApp.git

Backend

./mvwn clean install

make sure you create your own MySQL database

src/resources/application.properties remove CAPS variable names and add your local information

spring.datasource.url=jdbc:mysql://localhost:3306/DATABASE_NAME
spring.datasource.username=YOUR_USERNAME
spring.datasource.password=YOUR_PASSWORD

RUN the backend

 ./mvnw clean spring-boot:run

Frontend

npm install --force
npm run dev

RUN the frontend

 npm run dev

About


Languages

Language:JavaScript 65.5%Language:Java 24.4%Language:Roff 7.3%Language:CSS 1.8%Language:HTML 1.0%