CS160 project
https://www.youtube.com/watch?v=NbkLHmcRXCw
Ensure packages are up to date:
sudo apt update && sudo apt upgrade -yInstall MongoDB:
sudo apt install mongodbCheck that the MongoDB service is running:
sudo systemctl status mongodbFirst download this project into a local directory. Next open IntelliJ and select the 'Import Project' setting and open the directory of this project. Select Maven as the external model and continue. Ensure that the Maven project to import is selected before finishing. Allow the changes to Sync and run the HashtagFinderApplication.