员工追踪器
一个用于使用节点,查询器和MySQL管理公司员工的命令行应用程序。
用户故事
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
目录
安装
此应用程序需要node.js,请参考进行安装
通过运行下载此仓库git clone http
员工内容管理系统
(员工_CMS)
描述
一个命令行应用程序,允许用户查看存储在MySQL公司数据库中的员工信息并与之交互。
该应用程序使用Node和以下npm软件包:
MySQL的
询问者
控制台表打印机
目录
安装
克隆此仓库
打开主目录中的终端(“ Employee_CMS”)
运行npm install安装所有依赖项
运行npm start开始使用该应用程序。
用法
用户故事
As a business owner
I want to be able to view and man
团队资料生成器
描述:
This project runs in node and presents you with a series of questions to build a team page that can consist of Managers,Engineers and Interns. Each member will have their names, roles, Employee ID and their email displayed on this page.
员工追踪器
描述
使用此Node CLI应用程序来管理组织的员工。 该应用程序提示用户添加员工数据,角色数据和部门数据。 数据将保存到相应的mySQL数据库中。 该应用程序还允许用户从员工,角色和部门表中查看信息。
查看表和提示选项
用户提示
用户故事
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
员工追踪
描述
This project uses node.js with inquirer to prompt the user to select one of
many actions to take in regards to the employee database. The user can view
employees, departments, and roles that the table currently has or add new
employees, depar
MySQL员工追踪器
目录
描述
This is an application that can add, delete and update employees, departments and job roles in a business using the command line.
安装
npm init
npm install inquirer mysql
用法
贡献
Contributions are welcome!
测试
node index.js
执照
ISC License
健身追踪器(HWK17)
在观看视频
查看
目录
用户故事
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
关于该项目
目的是根据这些条款创建一个数据库模式
探索已)
此node.js应用程序用于跟踪目录中的员工,因此您可以跟踪他们的薪
员工追踪
描述
该项目为企业所有者创建一个Node应用程序,以便他们能够查看和管理公司中的部门,角色和员工,以便组织和计划他们的业务。
该项目使用MYSQL NPM软件包连接到您MySQL数据库并执行查询,并使用InquirerJs NPM软件包通过命令行与用户进行交互。
目录
用户的故事
AS A business owner
I WANT to be able to view and manage departments, roles, and employees
SO THAT I ca