Skip to content

m329/mobi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published