Skip to content

BenjaminFultz-dev/RecipeBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

full stack CRUD application for creating cooking blogs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published