An open API service indexing awesome lists of open source software.

https://github.com/ndf-web-dev/employee_tracker

Application acts as a CMS for an employee tracker app or database
https://github.com/ndf-web-dev/employee_tracker

database inquirer javascript mysql node nodejs plpgsql sql

Last synced: 3 months ago
JSON representation

Application acts as a CMS for an employee tracker app or database

Awesome Lists containing this project

README

          

# Employee Tracker App

### Description
> #### This is application acts as a CMS for an employee tracker app which can be utilize in a company by the HR department. It manages a company's employee database, using Node.js, Inquirer, and MySQL. Itallows you to view and manage the departments, roles, and employees.

### Video Link
> [Video Link](https://drive.google.com/file/d/1PdNA_o38p72mACqZkJ_Rg0wPVrbnTjye/view?usp=sharing)

### Database Images
- [Employees Query](https://drive.google.com/file/d/1BCBD4FncVpo_CpVjxsgFJzDhu9VNCrTZ/view?usp=sharing)
- [Role Query](https://drive.google.com/file/d/1mumNjAk7xmW4-upw34FMna34kqK7gEhN/view?usp=sharing)

## Table of Contents
- [Project Name](#project_name)
- [How to install it](#installation)
- [Technologies](#Technologies)
- [Running Tests](#tests)
- [How to use](#usage)
- [Report issues](#issues)
- [Questions](#username)
- [How to make contributions](#contributions)
- [Credits](#credits)
- [License](#license)

### Project Name
> Employee Tracker Application for Human resources Department.

### Installation
> You will need to run the following depencies to run the application:

- [mysql2 - run: npm i mysql2](https://www.npmjs.com/package/mysql2)

- [console.table - run: npm i console.table](https://www.npmjs.com/package/console.table)

- [inquirer.js - run: npm i inquirer](https://www.npmjs.com/package/inquirer)

- [dotenv - run: npm i dotenv](https://www.npmjs.com/package/dotenv)

### Technologies
- MySql2, Node.js, and JavaScript.

### Tests
> You can use the seeds.sql located inside the db directory to run tests for this application.

### Usage
> This application needs to run on terminal.
> SCHEMA.SQL FILE: Use the schema file to see the structure of the database.
> SEEDS.SQL FILE: Use the seeds file to run dummy data as tests.
> QUERIES.SQL FILE: Use the queries file to view a list of queries you can run against the database.

### Questions
> Contact me with questions via [GitHub](https://github.com/NDF-WEB-DEV) or send an email to: nordleendefrias@gmail.com

### Report Issues
> send me an email

### Contributions
> This is a school project.

### Credits
> n/a

### License
> n/a