https://github.com/ecastrogit/employees-system-app
Full stack web app developed with React.js, Node.js + Express.js and DB MySQL
https://github.com/ecastrogit/employees-system-app
expressjs jwt mysql nodejs reactjs
Last synced: 3 months ago
JSON representation
Full stack web app developed with React.js, Node.js + Express.js and DB MySQL
- Host: GitHub
- URL: https://github.com/ecastrogit/employees-system-app
- Owner: EcastroGit
- Created: 2023-10-13T23:33:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T19:57:05.000Z (about 2 years ago)
- Last Synced: 2025-06-21T10:43:30.085Z (about 1 year ago)
- Topics: expressjs, jwt, mysql, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 2.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Employee Management System
Developed as a full-stack web application, this platform facilitates employee management through a user-friendly dashboard equipped with essential functions such as creating, viewing, updating, and deleting information. The application boasts a robust authentication system, ensuring secure access for both employees and administrators. While this template project includes fundamental features and components typical of a management system, it remains customizable and adaptable to meet specific requirements.
## Main technologies
* __Frontend__: React.js and Bootstrap
* __Backend__: Node.js & Express.js
* __Database__: MySQL
## Relevant libraries as dependencies
* __axios__: Useful to comunicate frontend and backend through HTTP requests.
* __recharts__: Library to setup charts and data visualizations in React.js
* __JWT__ (jsonwebtoken): Useful to handle authentication.
* __bcrypt__: For password encripting.
* __mysql2__: Driver for interactig with MySQL DB.
* __multer__: Helps to handle files uploading.
* __express-validator__: Handy to make server-side data validations.
## Demo
