-
Notifications
You must be signed in to change notification settings - Fork 0
Project
This project aims to create a question-and-answer site where questions are asked and answered by its community of users. While the number of resources available on the internet today is huge, this project aims to add a human touch to the answers by allowing other users to answer questions someone else has. This means, any user can put forward his own opinion about something without having to be worry about unintentionally leaning towards a side or not being neutral. User can speak out of experience and other users can in turn gain valuable insight from someone else's experience. A user can register using his email, or can use Facebook or Google to login to the platform. Once logged in, the user can view and answer questions, or post questions. A questioner can also delete his question at any point. Anonymous user can browse through questions and read the posted answers, but they must log in to the platform to be able to comment on any question or post a question.
Provide a way for internet users to ask questions to one another and answer questions asked by other users.
A user can register using his email, or can use Facebook or Google to login to the platform. Once logged in, the user can view and answer questions, or post questions. A questioner can also delete his question at any point. Anonymous user can browse through questions and read the posted answers, but they must log in to the platform to be able to comment on any question or post a question.
- User
- Questions (These are the questions posted by a user)
- Comments / Posts (These are responses posted by a user on questions)
- Question Categories
- Admin
- Anonymous
- Questioner (User)
- Answerer (User)
- Expert User
- CRUD on user
- CRUD on questions
- CRUD on comments / answers
- View a users profile
- View questions and answers
- Perform a CRUD on his user data
- Perform a CRUD on his posts
- Perform a CRUD on his answers on another user's posts
- Perform a CRUD on his user data
- Perform a CRUD on his posts
- Perform a CRUD on his answers on another user's posts
- Perform a CRUD on his user data
- Perform a CRUD on his posts
- Perform a CRUD on answers on another user's posts
A questioner can ask a questions and any logged in user can comment on that question with an answer
- Facebook login
- Google login
- Google Search