Application to search LOTR Quotes by the characters name.
-
Get your "The One API" Key
Sign up and get your API Key from The One API Website -
Set Enviroment Variables
Paste your API Key to thesrc/server/.env.examplefile. Then rename the file as.env. -
Building
- Building with Docker
docker-compose up -d - Building with npm
Runnpm install && npm startinside both src/web and src/server directories.
- Building with Docker
-
Testing
runnpm testin both src/web and src/server directories.- Backend tests
Using mocha library. - Frontend tests
Using testing-library for react.
- Backend tests
The One API
Node.js with Express
React.js (create-react-app) with Material UI Kit

