Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

This is a simple web application built using Flask and SQLite. It allows users to submit questions and answers.

License

Notifications You must be signed in to change notification settings

SukiPlayz/qna-web-app-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reputation System Web App

This is a simple web application built using Flask and SQLite. It allows users to submit questions and answers.

Features

  • Submitting questions and answers
  • Sanitizing user inputs to avoid vulgar and abusive language
  • View all questions and answers
  • Use of reCaptcha

Requirements

  • Flask
  • SQLite3
  • Python3

Instalation

  1. Clone the repository
$ git clone https://github.com/SukiPlayz/qna-web-app-python.git
  1. Navigate to the project directory
$ cd reputation-system-web-app
  1. Install the required packages
$ pip install -r requirements.txt
  1. Run the application
$ python app.py

Contributing

This project is open to contributions. You can contribute by fixing bugs, adding new features, or improving the documentation.

  1. Fork the repository

  2. Create a new branch

  3. Make changes

  4. Test your changes

  5. Submit a pull request

License

This project is licensed under the MIT License.

Acknowledgments

  • Flask
  • SQLite3
  • Python3

About

This is a simple web application built using Flask and SQLite. It allows users to submit questions and answers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published