Sql Challenge Employee Tracker
Github Vutanguofa Sql Challenge Employee Tracker This project’s challenge was built to show my continued learning in full stack web development. this project i have learned and will be using sql and mysql to populate values into a database and retrieve them through http requests using an express server. My challenge this week was to build a command line application to manage a company's employee database, using node.js, inquirer, and mysql. because this application won’t be deployed, i've created a walkthrough video that demonstrates its functionality and all acceptance criteria being met.
Github Absius Employee Tracker Sql Challenge Challenge 12: sql challenge: employee tracker. contribute to danster4 employee tracker development by creating an account on github. With starter code, i built a command line application to help manage a company’s employee database using node.js, inquirer, and mysql. demonstrate a basic understanding of mysql. When a user chooses to add a new employee then the user is prompted to enter the employee’s first name, last name, role, and manager, and that employee is added to the database. Sql challenge: employee tracker.
Github Hannamarcus Sql Challenge Employee Tracker When a user chooses to add a new employee then the user is prompted to enter the employee’s first name, last name, role, and manager, and that employee is added to the database. Sql challenge: employee tracker. When the application is started, the user is presented with the following options: view all departments, view all roles, view all employees, add a department, add a role, add an employee, and update an employee role. Creating an interface that allow non developers to easily view and interact with information stored in databases.building a command line application from scratch to manage a company’s employee database, using node.js, inquirer, and mysql. Usage: intended use of this application is to keep detailed employee records as your business grows. 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.
Comments are closed.