- Install python3, pip3 and virtualenv if you don't have it:
sudo apt-get install python3 python3-pip python3-virtualenv
- Clone repository
git clone https://github.com/arsenlosenko/github_issue_browser.git
- Go to
app/
:
cd gthub_issue_browser/app
- Start virtualenv:
virtualenv -p python3 venv
source venv/bin/activate
- Download dependencies:
pip install -r requirements.txt
- Export app name to environment:
export FLASK_APP=app.py
- Start app
flask run
- Go to
app/client/
:
npm i --save
- Start Webpack:
npm start
- Go to
localhost:4000
in your browser.
- Login to your GitHub account
- Enter repository URL and click Search
- Click to particular issue for view comments
- Enter your comment and click Send
Project is available on http://104.197.117.21:8000/