An open API service indexing awesome lists of open source software.

https://github.com/jpmcb/slackertracker


https://github.com/jpmcb/slackertracker

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# SlackerTracker [![Build Status](https://travis-ci.org/slackertracker/slackertracker.svg?branch=master)](https://travis-ci.org/slackertracker/slackertracker)

## Description

Description goes here.

## Installation Instructions

1. Install Python 3.6
1. Install virtualenv
1. Clone the repo: `git clone `
1. Move into the dir: `cd `
1. Initialize the virtual environment: `virtualenv env`
1. Activate the env: `source env/bin/activate`
1. Install dependencies: `pip3 install -r requirements.txt`
1. Add the env variable: `export FLASK_APP=manage.py`
1. Run the config script: `python3 config.py`
1. Init/upgrade the db: `flask db upgrade`
1. Run the app: `flask run`
1. Open page: `http://localhost:5000`