cc-bhu / marketplace

MIT License
1 stars 3 forks source link
hacktoberfest

Marketplace

Marketplace is a Django web application for buying and selling products.

Getting Started

Installation Requirements

Installation

make install
# OR
poetry install

Run Server

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