Coder Social home page Coder Social logo

datatau's Introduction

DataTau

https://datatau.net

Django based Hacker News clone

DataTau is a clone of popular Hacker News site. It was started in 2014 and went down with no explanation in May 2019. After a month of inactivity, we decided to create our own clone of the site under a .net domain using a framework familiar to us (Python based Django), reaching Hacker News front page when launching.

We decided to open source the project to avoid the mistakes of the original version and being more community-driven. Thanks to this you can contribute to make DataTau better and its development will not depend only on a few people, with the risk of going unmaintained again.

Another goal of this project is becoming Django based Hacker News style news board template you can use to power your own community.

We built this site very fast and copying a lot of original Hacker News frontend, so you can expect bugs, unsemantic html, etc. Please visit kanban board of this repository and issues if you think you can be helpful.

Project setup (Linux version)

  • Clone repository:
git clone [email protected]:datatau-net/DataTau.git
  • Install system dependencies:
sudo apt install virtualenv python3-dev
  • Create Python virtual environment
mkdir ~/.venvs
virtualenv -p python3 ~/.venvs/datatau_env
source ~/.venvs/datatau_env/bin/activate
pip install -r requirements.txt
  • Clean start
bash restart_db_dev.sh

datatau's People

Contributors

pedro-munoz avatar ravimashru avatar thegurus avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.