Skip to content

Mark-Powers/marks.kitchen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marks.kitchen

My personal website engine. Allows for posting content from a web interface. Uses handlesbars templates and a database backend via sequelize.

Configuration:

  • Requires mysql database. Include a config.json in src directory with the following structure:
{
    "database": {
        "host": "localhost",
        "user": "YOUR_USER",
        "database": "YOUR_DB",
        "password": "YOUR_PWD"
    }
}

About

My personal website engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published