The Daily Service Record is a Full-Stack MVC web application that authenticates users as administrators (manager) or employees (user) based off of their login credentials. This application will allow both the Manager and Employees to view information specific to thier duties and current repairs.
User Story:
- As a user, I want to be able to login to a secure portal and access information specific to the tasks I have completed for my organization.
- As an administrative user, I want to be able to login to a secure portal and access information specific to the tasks that my team has completed for my organization.
- Please visit the live application at https://mighty-spire-89072.herokuapp.com/
- Credentials upon visiting the web application.
- Username: [email protected] ; Password: test (Administrator)
- Username: [email protected] ; Password: work (User)
- Credentials upon visiting the web application.
- For usage on your local device follow these steps:
- Clone the repository
- Install necessary dependencies by running
npm install
- Run SQL Query using your IDE's extension, MySQL Workbench, or your CLI
- Run
npm run start
and then visit http://localhost:8080 - Signup using any set of login credentials. Upon login you will be able to create employee accounts. After entering orders under your employees you will then be able to make use of the D3 on both the User and Admin pages.
- Dimitri Nakos - https://github.com/diminako
- David Dugle - https://github.com/daviddugle
- Valliappan Lakshmanan - https://github.com/v-lax
- Star Gibson - https://github.com/star-gibson
This project is licensed under the MIT License.
- Please feel free to reach out to us on Github (above) or send us an email if you have any questions about our application!