An anagram is a word or phrase formed by rearranging the letters of a different word or phrase, typically using all the original letters exactly once. -- Wikipedia
Build requires Node 12.x or higher (v12.13.0 was used during development).
Check out the code and in the root of the project, run make run
Open the website http://localhost:4000/
Run make web-dev
to start the web development server.
Run make server-dev
to start the api development server.
Open the website http://localhost:3000/
** Note, development runs on port 3000 **
There is a helper to seed the API with some test data, run
Run make coverage