Selll it! is an online marketplace web application built with Django 3.1 that handles offers announcements displaying and allows their management.
Live web demo is available at sell-it.mszanowski.pl.
- Hosted on GAE.
- Media and static handled by Cloud Storage.
- SQL uses Cloud SQL Proxy as described here.
- Offers - displaying, adding, modifying and deleting offers
- Users - user registration, login
- Messages - conversations between users
Available at sell-it.mszanowski.pl/api as a browsable API.
- For now it handles only
GET
,HEAD
andOPTIONS
methods with basic access authentication. - API has not been seperated to another app yet.
PACKAGE NAME | VERSION |
---|---|
django | 3.1 |
django-compressor | 2.4 |
django-crispy-forms | 1.9.2 |
django-libsass | 0.8 |
django-mptt | 0.11.0 |
django-registration | 3.1 |
django-storages | 1.10.1 |
djangorestframework | 3.11.1 |
psycopg2-binary | 2.8.5 |
Full pip freeze
can be found in requirements.txt.
LIBRARY NAME | VERSION |
---|---|
bootstrap | 4.0.0 |
fancybox | 3.5.7 |
fontawesome | 5.14.0 |
jquery | 3.2.1 |