Skip to content

Jacquilyn-F/employee_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Employee Tracker

Description

As a developer, I aim to create a command-line application using SQL that offers a user-friendly interface to interact with an employee databases. This application, built on Node, allows you to efficiently manage employee data. It provides easy access to important information such as departments, job roles, salaries, and employee details

Table of Contents

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd employee-tracker
  2. Install dependencies:

    npm install
    npm install inquirer
    npm install pg
  3. Set up the database:

    • Ensure PostgreSQL is installed and running.
    • Create a database named employee_tracker.
    • Run the schema and seed files to set up the database structure and initial data:
      psql -U postgres -d employee_tracker -f db/schema.sql
      psql -U postgres -d employee_tracker -f db/seeds.sql
      
      

Usage

  1. Start the application:

    npm start
  2. Follow the prompts to manage employees, roles, and departments.

Walkthrough Video: https://drive.google.com/file/d/1JZW2zWd-_3sjro9ONs5_tQmyOpCiOmb3/view

License

This project is licensed under the MIT license.

Questions

About

SQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors