Employee-Management-System is a Content Management System that stores the user's information in MySQL. This application is used for managing a company's employee data using Node.js, inquirer, and CRUD operations.
As a business owner
I want to be able to view and manage the departments, roles, and employees in my company
So that I can organize and plan my business
- Clone this repository.
git clone https://github.com/denzgrant/Employee-Management-System.git
- Install Nodejs dependencies.
npm install
- In the root directory of the project, start the app.
node server.js
This application can be used to create an employee database using CRUD operations.
Licensed under the MIT
Anyone is free to contribute to this application. Being an open source community makes the Dev community special. Any contributes are appreciated.
Any questions regarding this project, contact denzgrant@gmail.com directly.