Best Flask open-source libraries and packages

Stackoverflow lite

A lite version of StackOverflow using flask
Updated 6 months ago

BUILD A PRODUCT: StackOverflow-lite

Website shields.io GitHub commits GitHub forks MIT license

Project Overview

StackOverflow-lite is a platform where people can ask questions and provide answers.

Required Features

1. Users can create an account and log in.
2. Users can post questions.
3. Users can delete the questions they post
4. Users can post answers
5. Users can view the answers
6. Users can accept an answer out of all the answers to his/her queston as they preferred answer

Challenge 1 - Create UI Templates

Complete UI Pages

* Signup and signin pages
* Questoins list page
* View questions and Answers page
* Post question page
* User profile page
* Host UI template on github pages 

Installation

To install the stable version:

git clone https://github.com/p8ul/stackoverflow-lite

Navigate to UI folder and run index.html

Tags tdd python