Skip to content

Wharley01/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

This is an example blog built with Path and Vuejs

Configure database

locate path\project.pconf.json and update your database config details.

  "DATABASE": {
    "host": "localhost",
    "user": "root",
    "password": "",
    "name": "adewale"
  },

Installation

Install npm packages

$ npm install

Using Yarn(recommended)

$ yarn install

Migrate Database

$ php __path install populate app