/Wodeke

Dictionnary API client & Jokes API client

Primary LanguageJavaScriptMIT LicenseMIT

Wodeke

A create-react-app to fetch words definition with an API, along with jokes

Origina of the name: Word Definition and Jokes

Set up:

  • Add a .env file at the root of the project
  • Set up a new PostgreSQL database
DATABASE_HOST=localhost
DATABASE_PORT=5432
DATABASE_USERNAME=postgres
DATABASE_NAME=wodeke
DATABASE_PASSWORD=123456

ADMIN_USERNAME=admin
ADMIN_EMAIL=admin@wodeke.com
ADMIN_PASSWORD=123456

MODO_USERNAME=modo
MODO_EMAIL=modo@wodeke.com
MODO_PASSWORD=123456