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.
- 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
git clone https://github.com/ivnkris/employee-management-cms-tool.git
cd employee-management-cms-tool
npm install
npm run start
Submit a pull request
npm run start
https://github.com/ivnkris/employee-management-cms-tool
https://drive.google.com/file/d/1S_FCgZxrhpwuAyelBArLtsuc1j7T7AvG/view
- Send any questions via my GitHub profile






