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
-
Clone the repository:
git clone <repository-url> cd employee-tracker
-
Install dependencies:
npm install npm install inquirer npm install pg
-
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
-
Start the application:
npm start
-
Follow the prompts to manage employees, roles, and departments.
Walkthrough Video: https://drive.google.com/file/d/1JZW2zWd-_3sjro9ONs5_tQmyOpCiOmb3/view
This project is licensed under the MIT license.
- If you have any questions, please feel free to contact me at jacquilyn.fletcher89@gmail.com.
- You can also find more of my work at Jacquilyn-F.