Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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