mkalik / module12-team-cmd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee database manager

0.Description:

a command line application that allows one to manage various employees, departments, and roles.

1.Installation:

Clone this repo and youre nearly good to go.

2.Usage:

this application makes use of Node.js and various packages ( chiefly mysql2, inquirer, and console.table)

in order to install these dependencies, run this command in the root directory:

npm i

youve got to also add a .env file with your own sql credentials in order to connect to a database

next youll want to source the db/schema.sql file in order to actually create the tables via a mysql client.

with all of that done, you can run:

npm start

heres a video tutorial!

3.Credits:

work done by mkalik.

4.License:

License: MIT

About


Languages

Language:JavaScript 100.0%