Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 544 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 544 Bytes

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