Skip to content

SellaRafaeli/daat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#An open-source, RTL Q&A & discussion site. Easy to install, easy to use.

Daat is a Q&A platform. Users can ask questions, post answers, comments upvotes and discuss. Quality content floats to the top, by ranking. Tech stack is complete JavaScript (Angular, Node, Mongo).

This repo is the main codebase behind the production of Q&A website Daat.

Install

  1. git clone git@github.com:SellaRafaeli/daat.git;
  2. npm install;
  3. node app/app.js; #browse to localhost:8000/

Screenshots

Question and answer with image and links:

Question with answer with upvotes and discussion comments:

Adding new question

Related questions

Editing Answer

Features

  • FB authentication
  • Endless scroll, loading questions as user scrolls
  • Search questions by time, category, title, or user
  • SPA, no pages refreshes, questions are cached in client
  • WYSIWYG editing
  • Nested comment threads
  • Notifications by mail
  • Toaster triangles

Pull Requests

Will be appreciated: sella.rafaeli@gmail.com

License

Standard MIT license: copyright 2014 Sella Rafaeli.

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.

About

A complete Hebrew Q&A site infrastructure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published