Skip to content

JonoMacC/computing-quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quotion: Computing Quotes

Netlify Status

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

Server-Side Deployment

  • Express backend

Local Development

Using Serverless Lambda Functions

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.

Using Node Server

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.

Releases

No releases published

Packages

No packages published