Command-line application to manage a company's employee database using Node.js, Inquirer, and MySQL. Check it out below!
- Install your packages with npm install or npm i
- In the root, create a .env file with your MySQL database, username, and password
- Use source db/schema.sql to create the database
- Use source db/seeds.sql to run the seed
- To run the application, use the command-line terminal and type 'npm start'
- Keep track of your employees
- View and add departments
- View and add employees
- View, add, and update employee roles
- Email me at brendanjflewis@icloud.com
- Check out my Github profile at brendanjflewis