Employee Management System

Developers are often tasked with creating interfaces that make it easy for non-developers to view and interact with information stored in databases. Often these interfaces are known as Content Management Systems. This application is used for managing a company's employees using Node.js, inquirer, and MySQL.

2
2
JavaScript

Employee-Management-System

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.

User Story

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

demogif

Table of Contents

Installation

  1. Clone this repository.
     git clone https://github.com/denzgrant/Employee-Management-System.git
    
  2. Install Nodejs dependencies.
     npm install
    
  3. In the root directory of the project, start the app.
     node server.js
    

Usage

This application can be used to create an employee database using CRUD operations.

License

Licensed under the MIT

Contributing

Anyone is free to contribute to this application. Being an open source community makes the Dev community special. Any contributes are appreciated.

Questions

Any questions regarding this project, contact [email protected] directly.

git hub profile picture