Skip to content

ashoener/tech-blog

Repository files navigation

Tech Blog

License Badge

Description

This project is a website that allows developers to publish their own blog posts and comment on posts made by others.

You may view a deployed version of this project here.

Screenshot of a blog post

Table of Contents

Installation

To install Tech Blog, you must first clone the repository.

git clone https://github.com/ashoener/tech-blog.git
cd tech-blog

Afterwards, run the following command:

npm install

Once everything is installed, you need to specify what database to connect to. Rename the .env.example file to .env, and fill in the connection information. Remove the SESSION_SECRET line if you wish to generate a random secret every time the application is started.

Usage

Once everything is connected, you may run npm run start to start up the server.

How to Contribute

If you would like to contribute, create a pull request. Be sure to include information about what your changes do.

Tests

Currently, there are no tests included with this project. They may be created in the future.

Questions

If you have any questions, you may contact me via GitHub or by email.

License

This project is covered under the MIT license. You may view it here.

About

UTA Coding Bootcamp Module 14 Challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published