Clone the project with the following command:
git clone git@github.com:mongodb-developer/twitter-slang-search
Within the cloned project directory, copy the .env-template file to .env and populate the entries with the appropriate data for your setup.
Execute the following command to install the project dependencies:
npm install
Once complete, you can populate your MongoDB collection by executing node main.js from the command line.