An open API service indexing awesome lists of open source software.

https://github.com/iulial/diagonistician-reactjs-express-mongoose

Question - Answers demo SPA
https://github.com/iulial/diagonistician-reactjs-express-mongoose

es6 express jwt-authentication mongodb questions-and-answers react-hooks react-router reactjs redux redux-thunk

Last synced: 2 months ago
JSON representation

Question - Answers demo SPA

Awesome Lists containing this project

README

        

Medical Cases - Questions & Answers app
============================================

*It's an ask-and-answer web application much like stackoverflow.com*



Built with
-------

- react + react-router v4.0.0 + redux ( Frontend )
- webpack ( Helper tools )
- Express & Mongoose & JWT ( Backend )

### Inspiration

[ login-flow ](https://github.com/mxstbr/login-flow) with react and redux

____

Description
-----------

The app homepage shows the latest cases.
In order to add a new case (question) or answer authentication is mandatory. Questions/Answers are limited to a maximum of 140 characters length.

One can upvote/downvote answers and the owner will have karma points adjusted accordingly.
One can still answer to his own question.

#### TODOs
* Edit questions/answers
* Delete questions/answers
* Add pagination