This is a simple web application built using Flask and SQLite. It allows users to submit questions and answers.
- Submitting questions and answers
- Sanitizing user inputs to avoid vulgar and abusive language
- View all questions and answers
- Use of reCaptcha
- Flask
- SQLite3
- Python3
- Clone the repository
$ git clone https://github.com/SukiPlayz/qna-web-app-python.git
- Navigate to the project directory
$ cd reputation-system-web-app
- Install the required packages
$ pip install -r requirements.txt
- Run the application
$ python app.py
This project is open to contributions. You can contribute by fixing bugs, adding new features, or improving the documentation.
-
Fork the repository
-
Create a new branch
-
Make changes
-
Test your changes
-
Submit a pull request
This project is licensed under the MIT License.
- Flask
- SQLite3
- Python3