Full stack web application for submitting and saving recipes.
- Clone the repo
git clone git@github.com:BenjaminFultz-dev/RecipeBlog.git
-
Install dependencies for the Express server in the project's root directory
npm install -
Copy the example environment file and make any necessary changes
cp ./.env.example .env
npm start
localhost:2000