This project contains further enhancements on top of Building a Hacker News clone in Django by Arun Ravindran
- Python 3
- Django 1.10
- Postgresql
- Redis
Minimum requirements: pip, fabric3 & postgres, setup is tested on Mac OSX only.
brew install postgres
[sudo] pip install fabric3
In your terminal, type or copy-paste the following:
git clone git@github.com:mmadil/steelrumors-web.git; cd steelrumors-web; fab init
Go grab a cup of coffee until we bake your hot development machine.
Useful commands:
fab serve
- start django server
NOTE: Checkout fabfile.py
for all the options available and what/how they do it.
- User authentication via custom user model.
- Users can manage their profile information.
- Users can post links.
- Users can vote links using AJAX.
- Background tasks are handled by Celery and Redis.
- Add tests.
- Refactor.
MIT License
Copyright (c) 2016 Mohammad Adil
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.