Skip to content

Codeyg12/MVC-tech-blog

Repository files navigation

MVC-tech-blog Tech Talk

Description

This project is building a fully functioning tech blog, combining our knowledge of both the front and back end. It is a CMS like blog where people can post blogs or read and comment on others. Feel free to create an account and make a post!

(Return to top)

Table of Contents

Description

Demo

Installation

Usage

Technologies

Contribution

Testing

Demo

Follow the link below to go to the deployed app.

Tech Talk

Below is a screenshot from the working server tech - Copy

(Return to top)

Installation

To install follow these steps

  1. Clone the repo using either HTTPS
https://github.com/Codeyg12/MVC-tech-blog.git

or SSH key

[email protected]:Codeyg12/MVC-tech-blog.git
  1. Install NPM packages
npm i
  1. Start mySQL
mysql -u root -p
  1. Add the database and then exit mySQL
source db/schema.sql
  1. Run the seeds file
npm run seed
  1. Start the server
npm start

(Return to top)

Usage

You can visit the link posted above

(Return to top)

Technologies

Below are the languages and frameworks/libraries used

Contribution

Code can always be improved and if you have a suggestion to improve this project then fork the repo and create a pull request.

(Return to top)

Testing

npm test

(Return to top)

Links

To see more of my work check my Github. For further questions, you can reach me at .

(Return to top)

About

A tech blog using Handlebars, Express and MySQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published