This project was bootstrapped with Create React App
A non-persistent API to CRUD (Create, Read, Update, Delete) quotes and their authors and a responsive web interface for interacting with the API.
Serverless Deployment
- Serverless Lambda with Netlify Functions
- Express backend via Serverless-HTTP
Server-Side Deployment
- Express backend
You will need to have the Netlify CLI installed
npm install netlify-cli -g
netlify login
In your terminal
yarn
ntl dev
You can view the app by navigating to http://localhost:3000/ in your browser.
You will need to create a .env file with the following (n.b. no spaces)
REACT_APP_LOCAL=true
In your terminal
node server
Open another terminal
yarn start
You can view the app by navigating to http://localhost:3000/ in your browser.