Skip to content

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

License

Notifications You must be signed in to change notification settings

coderjake91/employee-management-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published