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