Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 743 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 743 Bytes

Cookbook Frontend - React App

This is the frontend repo for Cookbook, a site/app for creating recipes and saving other peoples' recipes, with some social media(-ish?) features.

Related Links

Notes

An environmental variable REACT_APP_API_BASE is used throughout, which should be set to the backend api base url (e.g. 'https://domain.com/api'). No trailing slash.

Environmental variable REACT_APP_BACKEND is also needed for real-time stuff, which should be set to the backend base domain (e.g. 'https://domain.com'). No trailing slash.

Misc

Copyright 2021, Shin Cho, All rights reserved.