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
- Host: GitHub
- URL: https://github.com/iulial/diagonistician-reactjs-express-mongoose
- Owner: iuliaL
- Created: 2016-10-12T14:26:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-25T14:07:13.000Z (over 4 years ago)
- Last Synced: 2025-03-11T17:33:34.611Z (3 months ago)
- Topics: es6, express, jwt-authentication, mongodb, questions-and-answers, react-hooks, react-router, reactjs, redux, redux-thunk
- Language: JavaScript
- Homepage:
- Size: 1.59 MB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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