Skip to content

ivnkris/employee-management-cms-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management CMS Tool

Description

In this project I have created a command line application that connects to a local mySQL database and allow a user to manage departments, roles and employees within an organisation through interactions with the database.

What I have done

  • Created the schema for the database that allows the user to initialise it on their local database server
  • Created seed files for the database to enable testing of functionality
  • Created a utility class that manages interactions with the mySQL database and is reusable in other applications
  • Added a package.json file to manage dependencies
  • Added functionality to create, read, update and delete data

Installation

git clone https://github.com/ivnkris/employee-management-cms-tool.git
cd employee-management-cms-tool
npm install
npm run start

Contributing

Submit a pull request

Scripts

npm run start

Link to GitHub repository

https://github.com/ivnkris/employee-management-cms-tool

Link to walkthrough video

https://drive.google.com/file/d/1S_FCgZxrhpwuAyelBArLtsuc1j7T7AvG/view

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6 Screenshot 7

Questions

About

In this project I have created a command line application that connects to a local mySQL database and allow a user to manage departments, roles and employees within an organisation through interactions with the database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors