Skip to content

roxyvaught/tech-blog

Repository files navigation

Tech Blog

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

screenshot

Badges

License: Unlicense

Table of Contents

Installation

  • npm init
  • npm install

Usage

In your command prompt, run

  • mysql -u root -p Enter your MySQL password. Then run:
  • source db/schema.sql
  • quit
  • npm start

Contributions

None at this time

Test

Run test through jest

License

Licensed under the Unlicense license

Questions

Have any questions? Email me at roxanna.vaught@gmail.com

About

A tech blog structured with a model view controller paradigm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published