StackOverflow-Lite is a question answering webapp (A lite version of StackOverFlow)
- What if Stack Overflow was born before ajax or single page app :D
- Also I wanted some hands of experience in Django :p
Installing the latest stable version is simple. But make sure first you have python install on your system. You can use virtualenv or any wrapper to create Virtual Environment. I have used pipenv.
$ pip install pipenv
Check this for more information about pipenv
$ git clone https://github.com/purkayasta/StackOverFlowLite.git
$ cd StackOverFlowLite
$ pipenv install
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver