Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

phocks/quoke-archived

Folders and files

NameName
Last commit message
Last commit date
Dec 18, 2019
Jan 25, 2020
Mar 4, 2020
Feb 29, 2020
Mar 4, 2020
Jan 26, 2020
Dec 27, 2019
Nov 10, 2019
May 7, 2021
Oct 16, 2019
Nov 11, 2019
Nov 21, 2019
Jan 16, 2020
Dec 9, 2021
Dec 9, 2021

Repository files navigation

Quoke

A website about quotations

To develop locally

Prerequisites: must have MongoDB server running locally with a database called "quoke" and a collection called "quotations" with at least 1 document in there with a text and author like

{
  _id:ObjectId(5da7095914f83005db482f93),
  "text": "When one door of happiness closes, another opens, but often we look so long at the closed door that we do not see the one that has been opened for us."
  author: "Helen Keller"
}

Then:

  1. Clone this repo
  2. Run yarn install
  3. Rename next.config.example.js to next.config.js
  4. Run yarn run dev

Go to: http://localhost:3000/