Employee tracker

MIT License

Description

Track employees using a command line application

Demo

Demo

Technologies:

  • NodeJS
  • MYSQL
  • Inquirer

Table of Contents

Installation

  1. Install Node
  2. Download or clone repository
  3. Open a terminal in the downloaded folder
  4. Install dependencies yarn
  5. Create .env file. Set MYSQL_HOST, MYSQL_USER and MYSQL_PASS

Usage

  1. Run using this command: node index.js

License

Licensed under MIT License

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request