This application will allow small businesses the ability to create employee logins and then assign those employees specific tasks related to their role in the company. The structure for the app is one central “manager” login that can view all employees and their tasks and the rest if the logins are created by the manager as “employee” logins. Employees can view tasks assigned to them and designate whether they have completed them or not.
View the deployed app here: https://obscure-savannah-57648.herokuapp.com/
-Use this built in manager login to start out and create new employee accounts
-You will then be able to login with said employee account
Manager Login:
-email: [email protected]
-password: password12345
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes -npm i -npm run seed -npm run dev
- Handlebars.js - Front-End template engine used
- MySQL - Database used
- Express.js - Back-End framework used for Node.js
- Chart.js - Used to generate charts displaying tasks progress
- Bcrypt/Express-sessions - Used for user login encryption
- Materialize - Front-end framework