Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mauryiv/employee-tracker

This is a back-end project using the CLI to navigate and edit an employee DB using PostgreSQL.
https://github.com/mauryiv/employee-tracker

cli nodejs postgresql

Last synced: about 1 month ago
JSON representation

This is a back-end project using the CLI to navigate and edit an employee DB using PostgreSQL.

Awesome Lists containing this project

README

        


# Employee Tracker


## Description
This back-end application can track employees in a postgreSQL database. Holds information like: names, salary, role, manager, and title.

## Table of Contents
- [Title](#title)
- [Description](#description)
- [Badges](#badges)
- [Visuals](#visuals)
- [Installation](#installation)
- [Usage](#usage)
- [Tests](#tests)
- [Questions](#questions)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [Authors and Acknowledgment](#acknowledgment)
- [License](#license)
- [Project Status](#status)


## Badges
![Maury Hughes IV](https://img.shields.io/badge/Maury%20Hughes%20IV-5A2BE2)
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)


## Installation
What is needed to run the code is on package.json, be sure to run npm i to get what is needed. Also need to use SQL and be able to log into it.


## Usage
This application is good for storing department, role and employee information in a database and accessing it easily.


## Visuals
[Video Walkthrough Link](https://drive.google.com/file/d/1i5T6dEj6ZtDWC4sA8z--Oxc1VYJkC0pn/view)


## Tests
I ran this code in my terminal with node. Did have issues with it running smoothly when the program looped so will have to wait for it to time out or use control c to quit and restart.


## Questions
If you have any questions about the contents. Please feel free to reach out!
Here is my [Github](https://github.com/MauryIV) as well as my email .


## Roadmap
I'd like for it to loop smoothly and be more visually appealing. Also would like to go through and simplify the code more.


## Contributing
Always up for contribution or suggestions. Please feel free to reach out to me.


## Authors and Acknowledgment
I wrote this code from scratch but did use the knowledge and tools given to me by the DU bootcamp.


## License
MIT License © 2024 Maury Hughes IV
Please refer to this link, [License: MIT](https://opensource.org/licenses/MIT) for more information.


## Project Status
In progress

[back to top](#title)