A stackOverflow lite where you can ask questions and answer.
- This mini-project is flask powered, most functionalities were implemented without using Login Libraries
- Authentication uses Jwt encoded tokens
- Users can update profile after sigining up
- Registered Users can Ask question
- Registered users can also see questions they have asked when logged in
- Ability for users to answer already asked questions
- Ability for users to delete questions, this functionality is already writen in the Question class but not integrated in the view yet.
- Ability for users to get a question by a particular id.