Skip to content
/ hr Public

This git project is an API that provides functionality for human resources (HR). It uses express.js as a web framework and MYSQL as a database.

Notifications You must be signed in to change notification settings

Hecoal/hr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This git project is an API that provides functionality for human resources (HR). It uses express.js as a web framework and MYSQL as a database. It supports four HTTP methods: GET, POST, DELETE, and PUT. It also implements authentication with JWT, which means that only users who have an account registered in the database can access the API. The API allows users to perform CRUD (create, read, update, delete) operations on human resources data. The API is designed to be fast, secure, and easy to use.

image

  • This is the LOGIN screen. To start using HR, you need an account. So head to SIGNIN.

image

Once everything is in order, login with you account. You should find the HOME screen, you will find every record of each employee stored in the DataBase. From here, you can CRUD (Create, Read, Update and Delete) an employee anytime you want.

image

This is the form to add a new employee. The PK for this table is AUTO-INCREMENT, so yoy don't have to worry to remember the last ID you stored in the DataBase. image

  • Modify Form: image

  • Delete an employee with the EmployeeID

image

We have a confirmation in case of EMERGENCY: image

  • Search for an Employee by their name: image

Result: image

About

This git project is an API that provides functionality for human resources (HR). It uses express.js as a web framework and MYSQL as a database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published