A random word server for the Jotto app in the Udemy course "React / Redux Testing with Jest and Enzyme"
- Clone or fork the course repository found at [https://github.com/flyrightsister/udemy-react-testing-projects]
cd
into therandom-word-server
directory (where this README is located).- Run
npm install
Run npm start
. The server will be found at [http://localhost:3030]
This server has one purpose: return a response containing a random five-letter word (with no duplicate letters) at the /
route.
To test, run npm test
.