Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 490 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 490 Bytes

This application was built for OneMethod. It is a single page microsite that allows the users to submit their emails to OneMethod. Users will receive a success message upon completion. The email address is sent to a MySQL database.

Validation: Check for unique value and actual email

Tools used: Laravel Sass Javascript Gulp

To compile SASS file run npm install

and then run the command: gulp

in order import the database run php artisan migrate

which should create all the tables