my-cookbook2

Client app for the My Cookbook Web site. Works in conjunction with my-cookbook-api as the backend for saving recipes to users.

The backend API should run at https://localhost:5001/ from the local machine. If the not, update COOKBOOK_API_URL in src/shared/config.js

Frameworks

• Vue.js and Vuex • Axios - For sending API requests • Google OAuth2 - For google sign in • Google Custom Search API - Custom search engine that only returns results for Recipes • Bootstrap 4

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.