node-restful-feed

Download the repository

run npm install to download the dependencies

You'll need to create an .env file at the base directory that contains the following:
PORT - What port you want to run the app on
MONGODB_URI - The mongo database url (made mine for free on mongo atlas)
JWT_SECRET - The secret to be used for json web tokens for your app

To run the app, run npm start from the base directory