GithubHelp home page GithubHelp logo

najiboulhouch / springboot-angular14-employees-management Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 345 KB

Online Employees Mangament Application

Home Page: https://employeemanagementfrontapp.herokuapp.com/

Java 24.75% TypeScript 35.75% HTML 36.73% CSS 1.21% SCSS 0.81% JavaScript 0.75%
angular html5 jwt postgresql spring-boot spring-security

springboot-angular14-employees-management's Introduction

Online Employee Management Web Application

A full-stack Online Employees Management web application using Spring Boot 2.7 and Angular 14.

This is a Single Page Appliaction with client-side rendering. It includes backend and frontend two seperate projects on different branches.

Features

  • REST API
  • JWT authentication
  • Cookie based visitors
  • Persistent users information
  • Employee & Payment management
  • Function
  • Leave
  • Authentication
  • Pagination
  • Form Validation
  • Template-Driven-form

Technology Stacks

Backend

  • Java 11
  • Spring Boot 2.7
  • Spring Security
  • JWT Authentication
  • Spring Data JPA
  • Hibernate
  • PostgreSQL
  • MySQL
  • Maven

Frontend

  • Angular 14
  • Angular CLI
  • Bootstrap

How to Run

Start the backend server before the frontend client.

Backend

  1. Install PostgreSQL or MySQL.
  2. Configure datasource in application.properties for MySQL or application-local.properties for PostgreSQL .
  3. cd EmployeeManBackend.
  4. Run mvn install.
  5. Run mvn spring-boot:run.
  6. Spring Boot will import mock data into database by executing import.sql automatically.
  7. The backend server is running on localhost:8081.

Frontend

  1. Install Node.js and npm
  2. cd EmployeeManFrontend.
  3. Run npm install.
  4. Run ng serve
  5. The frontend client is running on localhost:4200.

Note: The backend API url is configured in src/environments/environment.ts of the frontend project. It is localhost:8081/api/v1 by default.

springboot-angular14-employees-management's People

Contributors

najiboulhouch avatar

Stargazers

Roman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.