Employee management web app.
### Clone the git repository
git clone https://github.com/Victor-Kariuki/dream-team.git
### Install project dependencies
npm install
### Generate migrations
./node_modules/.bin/sequelize db:migrate
### Run in a development server
npm install start:dev
### Run in production mode
npm start