An extremely elegant ecommerce application written in Django.
- django - The web-backend framework used
- django-paypal - Used as the checkout payment method
- javascript - Used for front-end development
- Bootstrap4 - Elegant look
- PostgreSQL Relational Database Used
To install the project follow these steps:
git clone https://github.com/OkothPius/Masoko-Ecommerce.git
$ cd Masoko
$ python3.6 -m venv --without-pip virtual
$ source virtual/bin/activate
(for Linux/Mac OS ) orenv\Scripts\activate.bat
(for Windows)$ curl https://bootstrap.pypa.io/get-pip.py | python
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py runserver
bingo!!!
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- Etc