This project was bootstrapped with Create React App && MERN-boilerplate
git clone https://github.com/thejohnyu/spellcheck.git
cd spellcheck
npm install && cd client && npm install && cd ..
npm run dev
API === localhost:3000/api/search?word=${word}
Controller === searchController.getWord()
API === localhost:3000/api/autocomplete?word=${word}
Controller === autoCompleteController.autoComplete()