Skip to content

escowin/vvh-financial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vvh-financial

Description

Fullstack MVC application made for VVH Financial.

I used bcrypt to hash passwords, session middleware to handle employee logins, and I also authguarded crud operations to secure sensitive data. Database protection was done by using Sequelize to perform ORM queries to the mysql database.

Views were made possible with the Handlebars template engine. Within Handlebars, partials were used to modularize repeating code. Inserted custom helpers to format dates and word pluralization.

Table of Contents

Installation

Run the following command to install necessary dependencies:

$ npm i;

Screenshots

mobile

tablet

desktop

Usage

For the sole professional use of VVH Financial.

Test

Run the following command to run tests:

$ npm test;

Author

Edwin M. Escobar

Releases

No releases published

Packages

No packages published