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
• 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
npm install
npm run serve
npm run build
npm run lint