A command line CMS used to manage a company's employee database, using Node.js, Inquirer, and MySQL.
Clone the repository:
git clone git@github.com:t-starkw/graphic-ql.git
Install the required dependencies:
npm install
Run the project in your local browser:
npm start
Tessa Starkweather – LinkedIn – tess.starkweather@gmail.com
View my profile – GitHub
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/t-starkw/money-makers/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request