A MySQL database and CMS-style blog structured using a Model View Controller (MVC) paradigm. Handlebars.js is the templating language, Sequelize is the ORM, and authentication is achieved through the express-session npm package. Site is deployed at heroku
npm init
npm install
In your command prompt, run
mysql -u root -p
Enter your MySQL password. Then run:source db/schema.sql
quit
npm start
None at this time
Run test through jest
Licensed under the Unlicense license
Have any questions? Email me at roxanna.vaught@gmail.com