https://github.com/ericbwebdev86/employee-cms
CLI content management system allowing a manager to build and maintain a database of employees.
https://github.com/ericbwebdev86/employee-cms
consoletablejs inquirerjs javascript mysql nodejs sequelizejs
Last synced: 8 months ago
JSON representation
CLI content management system allowing a manager to build and maintain a database of employees.
- Host: GitHub
- URL: https://github.com/ericbwebdev86/employee-cms
- Owner: ericbwebdev86
- Created: 2022-02-17T15:53:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T18:50:35.000Z (over 3 years ago)
- Last Synced: 2025-07-09T07:06:08.794Z (8 months ago)
- Topics: consoletablejs, inquirerjs, javascript, mysql, nodejs, sequelizejs
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# employee-cms 
## Table of Contents
1. [Description](#description)
2. [Tech Used](#tech-used)
3. [Installation](#installation)
4. [Usage](#usage)
5. [Credits](#credits)
6. [Test](#test)
7. [Contact](#contact)
8. [License](#license)
## Description
This is a command-line application powered by Node.JS, that utilizes the inquirer, mysql2, and console.table packages. employee-cms is a content management system that allows the user to manage a database of employees.
## Tech Used
* javascript
* nodejs
* mysql
* sequelize
* console.table
* inquirer
## Installation
Clone the code from https://github.com/ericbwebdev86/employee-cms and run npm install to download the dependencies. You will then need to use your CLI and cd into the app folder. From there log in to your mysql database and run the source queries in the db folder. Feel free to change the queries in the seeds.sql file to suit your business needs.
## Usage
employee-cms is a content management system that allows the user to manage a database of employees, departments, and roles. After completing the installation, it can be run by executing:
node server
[Link to the demo video](https://youtu.be/tWRzxcnCEQY)
## Credits
My TA and tutor!
## Test
N/A
## Contact
Email: ericbwebdev86@gmail.com
Github: https://github.com/ericbwebdev86
## License
MIT license is a short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.