Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deadly-panda/biotiful
Django E-commerce web application developed as a volunteer for a Bio-products cooperative in the community where I did my engineering studies.
https://github.com/deadly-panda/biotiful
django python
Last synced: 11 days ago
JSON representation
Django E-commerce web application developed as a volunteer for a Bio-products cooperative in the community where I did my engineering studies.
- Host: GitHub
- URL: https://github.com/deadly-panda/biotiful
- Owner: deadly-panda
- Created: 2021-05-11T02:08:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T11:22:54.000Z (over 3 years ago)
- Last Synced: 2024-10-29T23:08:13.711Z (about 2 months ago)
- Topics: django, python
- Language: Python
- Homepage:
- Size: 27.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BioTiful
**BioTiful** is an e-commerce web application that I developed as a volunteer for a Bio-products cooperative in the community where I did my engineering studies; Tetouan - Morocco.It was made with Django~=3.1 to help the cooperative recieve & prepare Bio-products purchases orders.
# Steps to run the project.
- Clone the project : ``` git clone https://github.com/deadly-panda/BioTiful.git ```
- Go to the project directory
- Activate the virtual environment : ``` source myVenv/bin/activate ```
- Install requirements : ``` pip install -r requirements.txt ```
- Migrate : ``` python3 manage.py migrate ```
- Run the project : ``` python3 manage.py runserver ```- You can also create a superuser to have admin permissions : ``` python3 manage.py createsuperuser ```
# Some screenshots
Categories
Poducts
Basket
Payment