Giter VIP home page Giter VIP logo

employee-management-systems's Introduction

employee-management-system

A service that manages employee information with the capacity to operate CRUD functions

Development

Before you can build this project, you must install and configure the following dependency on your machine:

  1. JDK 11: We use JDK 11 to run a development web service and build the project.

After you have downloaded and installed JDK 11, Open the project in any IDE and run the application from ypur IDE or You can run the application from your terminal with:

mvn spring-boot:run

Client Testing

After the application is up an running, you may call the below endpoint on your browser

http://localhost:8023/swagger-ui.html

to run a test with the expected request payloads.

Authentication

All the CRUD endpoints are secured. To access any of the CRUD endpoints, you need to first generate a JWT To generate token, make a GET request to:

http://localhost:8023/auth/getToken

Set the generated token in th request header whenever you need to make a call to any of the CRUD handling endpoints The token type is Bearer Token

employee-management-systems's People

Contributors

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