Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 1.72 KB

README.md

File metadata and controls

57 lines (31 loc) · 1.72 KB

Employee CMS Portal

GitHub top language

License

GitHub

Description

An example company CMS (content management system) that utilizes Node.js, Inquirer, and interacts with an employee database created using MySQL.

Table of Contents

Installation

Make sure Node.js and MySQL are installed on your local machine. Clone the repo, and then navigate to the projects root directory. Run npm install. Open your instance of mysql from the command-line and run 'source db/db.sql', 'source db/schema.sql', and 'source db/seeds.sql' to populate and seed the database 'CMS'. Make sure to correctly add your own environment variables in the './db/connection.js' file for 'user', 'host', and 'password'.

Screenshot

App-Screenshot

Usage

To start the CLI app, type 'npm start' from within the project directory. Navigate the menus of the 'Employee Portal' as desired.

Demo

*Employee-Portal

Credits

*@coding-boot-camp

Contributing

Contributor Covenant

Tests

no current test method

Questions

Please send additional questions to @coderjake91, email: [email protected]