Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.05 KB

just-tech-news

A tech news database created using MySQL and the ORM Sequelize for simplistic queries

Functionality

Just-Tech-News is a a news article application that allows various users to post the latest articles using their own credentials. User's posts are displayed from latest to oldests with various information about the post including, the user who posted it (username), the post title, date it was created and updated as well as and "upvotes" or "likes" that the post may have by other users. This application follows RESTful practices applied using Express.js HTTP methods, MySQL CRUD operations and Sequelize methods for cohesive javascript code.

Future-Development

Complete deployment with with UI using Heroku.

Installation

Use NPM to install all necessary packages

  • express
  • mysql2
  • sequelize
  • ESlint (optional)
  • Deployed using Heroku/JawsDB

Demo