https://github.com/punitgr/bottr
Bottr Test
https://github.com/punitgr/bottr
Last synced: 4 months ago
JSON representation
Bottr Test
- Host: GitHub
- URL: https://github.com/punitgr/bottr
- Owner: PunitGr
- Created: 2017-10-07T17:02:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:37:19.000Z (over 3 years ago)
- Last Synced: 2025-10-08T21:47:29.682Z (8 months ago)
- Language: JavaScript
- Homepage: https://bottr123.herokuapp.com
- Size: 705 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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`