Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 499 Bytes

File metadata and controls

22 lines (15 loc) · 499 Bytes

Recipe Blog

Description

Full stack web application for submitting and saving recipes.

Project Setup

  1. Clone the repo
    git clone git@github.com:BenjaminFultz-dev/RecipeBlog.git

Setup Express API Backend

  1. Install dependencies for the Express server in the project's root directory
    npm install

  2. Copy the example environment file and make any necessary changes
    cp ./.env.example .env

Running Express API Backend

npm start

In Browser

localhost:2000