BIKEPAL

MySQL Data Management . User Authentication . Web Design

BikePal is a MVC application built using MySQL to store class schedules and client information, Sequelize ORM to manipulate data models, and handlebars to render the front-end view. MDBootstrap CSS Framework used for styling, Authentication interface using Passport.js Mockups using Sketch

Click here to visit site.

GET

ROUTE

GET route used in order to retrieve class schedules from MySQL database and render on the homepage.

CLIENT

PROFILE

Sign up using name, e-mail address and encrypted password. POST routes used to add member information to a general database as well as class rosters.