Skip to content

This is a command-line application to manage a company's employee database. It allows non-developers to easily view and interact with information stored in databases.

Notifications You must be signed in to change notification settings

MaryVPie/employee-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Tracker

About

This is command-line application to manage a company's employee database. It allows non-developers to easily view and interact with information stored in databases.

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

Mock-Up

The following video shows an example of the application being used from the command line:

A video thumbnail shows the command-line employee management application with a play button overlaying the view.

Work Done Screenshots

Application title Shows all Employees, Roles, Departments Shows adding an Employee, a Role, a Department, updating an Employee
Main Shows all Employees, Roles, Departments Shows adding an Employee, a Role, a Department, updating an Employee

What's included

  • index.js:
    • containing the information collected from the prompts constructed and written to the file system
  • Node.js to build scalable network applications
  • inquirer for collecting user input
  • MySQL for creating, modifying and extracting data from the relational database, as well as control user access to the database

How can I contribute or help?

  • Star my GitHub repo ⭐
  • Create pull requests, submit bugs, suggest new features or documentation updates 🔧
  • Follow me on Facebook 👍

How to download the sources and contribute on the code

  1. use git clone to clone repo sources
  2. create a branch with the git checkout -b <your_branch_name>
  3. push your branch with git push -u origin <your_branch_name>
  4. Created a pull request for my review

Links to Review

From developer

Made with ❤️ by MaryVPie. I'm always happy to receive your feedback!

About

This is a command-line application to manage a company's employee database. It allows non-developers to easily view and interact with information stored in databases.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published