Skip to content

React.js application with Node Express backend. Helps you discover Lord Of The Rings Universe.

Notifications You must be signed in to change notification settings

rtacr/LOTR_Quote_Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lord Of The Rings Quote Explorer

Application to search LOTR Quotes by the characters name.

Getting Started

  1. Get your "The One API" Key
    Sign up and get your API Key from The One API Website

  2. Set Enviroment Variables
    Paste your API Key to the src/server/.env.example file. Then rename the file as .env.

  3. Building

    • Building with Docker
      docker-compose up -d
    • Building with npm
      Run npm install && npm start inside both src/web and src/server directories.
  4. Testing
    run npm test in both src/web and src/server directories.

    • Backend tests
      Using mocha library.
    • Frontend tests
      Using testing-library for react.

Tech Stack

The One API
Node.js with Express
React.js (create-react-app) with Material UI Kit

Screenshots

Typing State Results

About

React.js application with Node Express backend. Helps you discover Lord Of The Rings Universe.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published