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

https://github.com/punitgr/bottr

Bottr Test
https://github.com/punitgr/bottr

Last synced: 4 months ago
JSON representation

Bottr Test

Awesome Lists containing this project

README

          

# bottr
Bottr Test

## Basic Setup
```
git clone git@github.com:PunitGr/bottr.git
cd bottr
sudo easy_install pip
pip install virtualenv
pip install virtualenvwrapper
source virtualenvwrapper.sh
mkvirtualenv --python=/usr/local/bin/python3 bottr
```

## Install packages
```
workon bottr
(bottr)$ pip install -r requirements.txt
```

## SyncDb

```
./manage.py migrate syncdb
```

## Start django server
Run `./manage.py runserver`