Skip to content

FOR-TIMI/weBlog

Repository files navigation

weBlog

Description

CMS-style blog site that can publish articles, blog posts, thoughts and opinions

image

Support the project ⭐

If you feel generous and appreciate some of my work Buy me a coffee

Buy Me A Coffee

Table of Content

Installation

To set up and utilise this project. Take the following steps.

  • Step 1: Clone this repository

  • image

  • Step 2: Install dependencies by running the npm install command in the command line

  • Step 3: Open your code editor by running the command code .

  • Step 4: Create your database.
    Luckily, theres a schema.sql file that we can run to create the database automatically. You run this file by first logging in to you mysql server and running the source db/schema.sql command to create the database

  • Step 5: Create .env file

  • Step 6: Type in your database credentials. Ensure that they use the format as followed

DB_NAME = weblog_db
DB_USER = YOUR mysql USERNAME 
DB_PW = YOUR mysql PASSWORD

OR If you have a jawsDb url from your heroku

JAWSDB_URL = `Your jawsBD URL`
  • Step 7(Optional!): A seeds folder has been added to populate the database with some seed data.
    To run this seeds folder, we must run the npm run seed command.

Usage

nteractive blog site that allows users to make posts comment on posts, edit posts and so on

Licenses

MIT license

License: MIT

Screenshots

image image image

Contribution

Made with ❤️ by Timi.
Please Check out my portolio

questions

For additional questions contact me via email on femiladiranerife24@gmail.com or view some other projects.

About

CMS-style blog site that can publish articles, blog posts, thoughts and opinions

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published