A website about quotations
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:
- Clone this repo
- Run
yarn install
- Rename
next.config.example.js
tonext.config.js
- Run
yarn run dev
Go to: http://localhost:3000/