Skip to content

jconeff/draft-room

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Draft Room

License: MIT Issues Issues

Purpose

This is a CMS-style blog site created so that beer lovers can have a space to publish their own posts, interact with other people's posts and have their own dashboard with their personal information, their posts, and other cool features. This application follows the MVC paradigm in its architectural structure, using Handlebars.js as the templating language, Sequelize as the ORM, and the express-session npm package for authentication.

Table of Contents

Installation

To install, you will need the following npm package dependencies:

npm i init
npm i mysql2
npm i express
npm i sequelize
npm dotenv

Once done, and have cloned or forked from this repo, be sure to source your schema and seeds before launching your server. Then, simply type 'npm start' to begin!

Built With

  • Node.js
  • Express.js
  • Handlebars.js
  • Sequelize
  • mySql2
  • JavaScript
  • Bootstrap
  • HTML
  • CSS

License

This application is under the ISC license.

Website & Screenshot

Deploy Here

Screenshot of the Draft Room website

Contribution

Made with ❤️ (and a few 🍺's) by Jessica Coneff, Dalton Morrel, Ruben Matamoros, and Gabriela Zalta.

About

Full stack website where a user can sign up for an account and interact with other beer lovers in an online community about beer. User can comment, like, and post.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 63.2%
  • Handlebars 30.7%
  • CSS 6.1%