tianzhou2011 / mobi

buying and selling stuff on-the-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mobi

"Mobile garage sale" takes the hassle out of buying and selling stuff on-the-go.

How to use

Clone this repository. Then, create a Python virtual environment for this project and activate it:

virtualenv venv
source venv/bin/activate

Install the requirements (you may need to install pip and gcc first):

pip install -r ./requirements.txt

Initialize the sqlite database. Call init_db() from the python interpreter:

from mobi import init_db
init_db()

Start a local instance:

python mobi.py

About

buying and selling stuff on-the-go


Languages

Language:HTML 60.6%Language:Python 39.4%