Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 573 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 573 Bytes

Bletor-Server

Quick Start

  1. Clone the bletor repository with git:

    $ git clone https://github.com/reinhardt1053/bletor.git
    $ cd bletor/backend
  2. Create the virtual env

    virtualenv venv
    . venv/bin/activate
    pip install -r requirements.txt
  3. Configure and run it!

    cp settings.base.py settings.py
    python run.py
  4. Head your browser to http://localhost:5000/api/

Gitter