Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/himash79/employee-details-system

Build Spring boot with Angular 13 project as well as utilize JWT authentication for authenticate the system.
https://github.com/himash79/employee-details-system

angular13 bootstrap5 crud hibernate hql jpa jwt-authentication mysql restful-api spring-boot spring-security typescript

Last synced: about 2 months ago
JSON representation

Build Spring boot with Angular 13 project as well as utilize JWT authentication for authenticate the system.

Awesome Lists containing this project

README

        

# Employee-Details-System
Build Spring boot with Angular 13 project as well as utilize JWT authentication for authenticate the system.

## Requirements

01) Java 1.8 +
02) Maven 3.8 +
03) MYSQL
04) Angular
05) NodeJS

## Project setup

01) Clone the project

https://github.com/himash79/Employee-Details-System.git

02) Create MYSQL Database

Create database and import attached query data to table.

03) Clean and build the project using maven

01) open command line (CMD) in project directory and execute 'mvn clean install' for back-end.
02) open command line (CMD) in project directory and execute 'npm install / npm i' for front-end.

04) Open project using IDEs

05) Set up database configurations in application.properties file

01) spring.datasource.url = Develper database name
02) spring.datasource.username = Developer database username
03) spring.datasource.password = Developer database password

## Execute Back-end and Front-end

Perform form operations.