
A MEAN stack based application that scrapes r/politics/rising and asynchronously presents it to the user.
This is what was on f5oclock.com before they switched to the UI with ads.
npm installed and up-to-datepm2 to keep the app running in the backgroundnpm install in both client & server directories to install dependencies.MONGO_URI env variable to overrode MongoDB details if necessary.pm2 start client/index.js to fill the DB with posts.pm2 start server/index.js to start the front-end UI.This application is also available on DockerHub. To setup, run the following:
docker run -d --restart=always -e MONGO_URI='mongodb://user:password@localhost/f5oclock' --name f5serv jonfairbanks/f5oclockservdocker run -d --restart=always -p 3000:3000 -e MONGO_URI='mongodb://user:password@localhost/f5oclock' --name f5web jonfairbanks/f5oclockwebThe application should now be running on Port 3000.
Content type
Image
Digest
Size
89.2 MB
Last updated
over 4 years ago
docker pull jonfairbanks/f5oclockweb