chrischarlesgibson / BusinessWeb

BusinessWeb is a command line application that helps business owners create a database for thier business. It is intended to be used as a way to hold information about your employees, your roles and your departments.

Home Page:https://youtu.be/Iqzj7Y3wqA4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BusinessWeb

License: MIT

Description

BusinessWeb is a command line application that helps business owners create a database for thier business. It is intended to be used as a way to hold information about your employees, your roles and your departments. BusinessWeb uses node.js,Inquirer and mysql to allow users to input their business's data into sql tables and databases.

Table of Contents

Installation

Node.js, Inquirer, console.table and mysql2 are required to use this tool. If you dont have either of those, you will have to install them first.

Usage

First, download the dependencies by running "npm install", next go into mysql shell and import the seed and schema files by running "source schema.sql" and then "source seed.sql". Next,go to the command line in the folder that holds your index.js file. Finally, type "node index.js" and click enter. The user will then see the actions directory and from there the user can choose what actions to take on their businessWeb.

click this video link for a demo of BusinessWeb in action!

BusinessWeb photo

License

Licenseed under the MIT license.License details here

Built With:

  • Javascript
  • node.js
  • Inquirer
  • mysql2
  • table.console

Badges

Your Repository's languages

Contributing Guidlines

If you would like to contribute to this tool, please contact me and we can discuss further.

Creator info

Chris Gibson

Questions

If you are experiencing any issues, you can contact me at my github account chrischarlesgibson or contact me through email at chrischarlesgibson@gmail.com

About

BusinessWeb is a command line application that helps business owners create a database for thier business. It is intended to be used as a way to hold information about your employees, your roles and your departments.

https://youtu.be/Iqzj7Y3wqA4

License:MIT License


Languages

Language:JavaScript 100.0%