pyLETS is an open source local exchange trading system (http://en.wikipedia.org/wiki/Local_Exchange_Trading_Systems) using python.
Run the following in your terminal:
curl -s https://raw.githubusercontent.com/suhailvs/pylets/main/pylets.sh | bash
visit: http://localhost:8000/
Run the following in your terminal:
- to run unittests:
./manage.py test
- to run functional tests:
pytest