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
- Install Docker and Docker Compose
- Run it
make up
That's it! :) The project will be available on port 8000 (http://localhost:8000).
# build docker image
make build
# run tests
make test
# ssh into container
make ssh