himash79 / Employee-Details-System

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee-Details-System

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

Requirements

  1. Java 1.8 +
  2. Maven 3.8 +
  3. MYSQL
  4. Angular
  5. NodeJS

Project setup

  1. Clone the project

    https://github.com/himash79/Employee-Details-System.git
    
  2. Create MYSQL Database

    Create database and import attached query data to table.
    
  3. 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.
    
  4. Open project using IDEs

  5. 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.

About

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


Languages

Language:Java 44.0%Language:TypeScript 39.9%Language:HTML 13.5%Language:JavaScript 2.5%Language:CSS 0.1%