Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 1.48 KB

README.md

File metadata and controls

64 lines (44 loc) · 1.48 KB

BIOsferra Build Status

Biosferra is a web platform that helps small producers of fruits and vegetable to sell their products.

trol

There are 2 types of users:

  1. Sellers
  2. Buyers

How does it works?

Every single user has to complete a formular with personal informations. The difference between these user is that we need from sellers 2 documents that says they can sell their products. An admin will approve or not the register formular for sellers based on their documents. Also, their posts will be verified.

Here, buyers can buy fruits or vegetables from sellers and rating/reviewing their profile/posts. Users don't have to worry about transportation because biosferra's company will get rid of that.

DATABASE DIAGRAM

database_diagram

Deploy

$  pip install -r requirements.txt 
$  cd info
$  python manage.py makemigrations
$  python manage.py migrate
$  python manage.py runserver 

Technologies used

  • Html
  • Css
  • JavaScript
  • Python
  • Django
  • Bootstrap 4
  • MySQL
  • Material Design
  • Materialize

Packages used

  • django
  • django-widget-tweaks
  • django-recaptcha
  • gunicorn
  • django-phonenumber-field
  • Pillow