This project is an application that allows users to create and view blog posts of a tech blog. Logged in users can post new blog posts and view the posts of other users.
It uses handlebars to serve the HTML from the server.
- Create new blog posts
- View existing blog posts, of different users
- Authentication for blog posting
Logging into the application (once signed up)
List of all blog posts, regardless of user
- Express
- MySQL
- Handlebars
- Javascript
To clone the repo, follow the instructions by following the instructions at cloning a repository or follow the instructions below
- Open Terminal
- Change the current working directory to the location where you want the cloned directory
- Type git clone, and then paste the URL you copied earlier
$ git clone https://github.com/rachelharris90/tech-blog/
- Press Enter
The application is hosted in heroku and is accessible here
MIT.
The code in this repo is not currently covered with automated tests.