/recipes-demo

Primary LanguageJavaScript

About

To demonstrate users, recipes, and comment relationships using mySql sequelize, and express.

Setup

  • run command (in project directory):
    git clone: https://github.com/TS22082/recipes-demo.git

  • run command (in root directory)
    npm install

  • create DB in mysql (workbench or cli)
    DROP DATABASE IF EXISTS recipes_db;
    CREATE DATABASE recipes_db;

  • run command (in root directory)
    npm run dev

Requirements

You will need to have node, mysql server + workbench, a text editor, and nodemon installed. Everything else will be installed as a dependency as seen in package.json