Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
/ crispy-succotash Public archive

Slightly buggy RSS feed reader for testing purposes

License

Notifications You must be signed in to change notification settings

Aidence/crispy-succotash

Repository files navigation

Crispy Succotash

Crispy Succotash is an RSS feed scraper tool built for testing and hiring purposes.

It's a simple application which supports the following features:

  • User account creation and login
  • Different users should be able to see other user's RSS feeds and bookmark them
  • Support to follow multiple feeds. A list of feeds can be found at this feed list
  • Ability to add Markdown based comments to the feed items and see other user's comments
  • It should be able to fetch up to 5 feeds at once

Installation

  1. Install Docker and Docker Compose
  2. Run it
make up

That's it! :) The project will be available on port 8000 (http://localhost:8000).

Other commands

# build docker image
make build
# run tests
make test
# ssh into container
make ssh

About

Slightly buggy RSS feed reader for testing purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages