zackapotamus / Employee-Manager

A solution for managing a company's employees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee-Manager

License: Unlicense

Description

This command line application allows you to create, read, update, and delete employee records. You can add employees, roles, departments, and managers. You navigate the prompts to enter information for updating or creating employee records.

Table of Contents

Installation

To install the necessary dependencies, run the following command:

npm install

Usage

You will need to create a database using the schema provided. Once that is done, you will run node index.js to kick things off.

License

This project is licensed under the None license.

Contributing

I'm open to feature requests and bug reports. Send me a PR!

Tests

To run tests, please run the following command:

N/A

Links

Questions

avatar

If you have any questions about the repo, open an issue or contact zackapotamus at zack.hayden@gmail.com.

About

A solution for managing a company's employees


Languages

Language:JavaScript 97.0%Language:TSQL 3.0%