Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 435 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 435 Bytes

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"
    }
}