Giter VIP home page Giter VIP logo

flaskoverflow's Introduction

FlaskOverflow

Simple StackOverflow clone built using:

  • Python
  • Flask
  • SQLAlchemy
  • PostgreSQL
  • jQuery
  • Bootstrap

Features:

  • Post/reply system
  • Reply upvoting and relevant sorting
  • Automatic searching of similar topics before posting new questions
  • Database reset

flaskoverflow's People

Stargazers

bambreeze avatar jmp avatar Mandar avatar Thomas Ashish Cherian avatar

Watchers

James Cloos avatar jmp avatar Thomas Ashish Cherian avatar

flaskoverflow's Issues

Doesn't work on heroku

Your heroku URL isn't functional any more.
Neither is this repo working on heroku.
Is there anything extra i need to add to make it work on heroku

Cant seem to get it running

Hi very nice project and i was hoping to use it to build it out a little further.

Im very new to python and cant seem to run it.
I have ran
pip install -r requirements.txt and it completed fine
However running
python FlaskOverflow.py
gives the following error

Traceback (most recent call last):
   File "FlaskOverflow.py", line 8, in <module>
 from Models import Question, Answer
   File "/Users/artemankudovich/Desktop/FlaskOverflow/Models.py", line 1, in <module>
from Database import db
   File "/Users/artemankudovich/Desktop/FlaskOverflow/Database.py", line 3, in <module>
from FlaskOverflow import app
   File "/Users/artemankudovich/Desktop/FlaskOverflow/FlaskOverflow.py", line 8, in <module>
from Models import Question, Answer
ImportError: cannot import name Question

I installed sqlalchemy as described here but it didn't seem to help http://pythoncentral.io/how-to-install-sqlalchemy/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.