Marketplace is a Django web application for buying and selling products.
make install
# OR
poetry installmake run-serverOR, if you don't have GNU Make installed. Run the following command inside the marketplace directory:
poetry run python manage.py runserver