/Asker

Asker is a web platform that helps the meetup organizer prioritize questions to be answered.

Primary LanguageHTML

Build Status Coverage Status BCH compliance Maintainability

Asker

Crowd-source questions for a meetup. Asker is a web platform that helps the meetup organizer prioritize questions to be answered. Other users can vote on asked questions and they bubble to the top or bottom of the log.

Prerequisites

You need to install python on your computer.

Download PythonHere

Installation

  1. Clone this repository.

    git clone https://github.com/SimonOkello/Asker.git

  2. Change directory to the folder.

    cd Asker

  3. Create Virtual environment.

    python -m venv venv

  4. Activate the virtual environment

    For windows:

    source venv/Scripts/activate

    For Ubuntu/MacOs:

    source venv/bin/activate

  5. Install packages required for the app using package manager pip

    pip install -r requirements.txt

  6. Finally run the app

    python manage.py runserver

Built with

HTML5
CSS
Django

Author

Simon Okello-Initial Work

License

MIT