alekssadowski95 / OpenOMP

OpenOMP is an open-source online market platform that can be used to quickly create niche online markets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenOMP

OpenOMP is an open-source online market platform that can be used to quickly create niche online markets. đź›’

Niche markets are usually organized through specialized forums. Having a dedicated platform for a niche market helps the market to grow by making it more accessible than searching through obscure forums.

Getting started

You can try out an example OpenOMP platform here:

https://openomp.herokuapp.com/

To test out the platform locally:

  1. Download the whole project
  2. Install all the python dependencies using requirements.txt
  3. Run the app.py module.

At least Python 3.8 needs to be installed to run this web app.

Create your own online market

You can modify the existing codebase to fit your niche market. The platform is build with the web-framework flask and is well known by many developers. This way its easy to find people to help you create your own platform.

Because of its small size, the platform can be hosted on heroku at no cost.

Features

Item pages

Ever item that has been added by a user has its own page, which also contains a long description of the item.

Messaging sellers

Through the messaging system users can connect with sellers. its possible to message sellers directly though their item pages.

Explore sellers

The sellers page shows all items this seller has to offer.

User accounts

Users can create their own accounts with using a username and a password.

Becoming a seller

Every user can sell their items by creating a new item page.

About

OpenOMP is an open-source online market platform that can be used to quickly create niche online markets.

License:MIT License


Languages

Language:HTML 63.3%Language:Python 35.2%Language:CSS 1.5%Language:Procfile 0.1%