Skip to content

OkothPius/Arexa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rental Assistant App

Python Version Django Version

An extremely elegant ecommerce application written in Django.

Built with

To install the project follow these steps:

  1. git clone https://github.com/OkothPius/Masoko-Ecommerce.git
  2. $ cd Masoko
  3. $ python3.6 -m venv --without-pip virtual
  4. $ source virtual/bin/activate (for Linux/Mac OS ) or env\Scripts\activate.bat (for Windows)
  5. $ curl https://bootstrap.pypa.io/get-pip.py | python
  6. $ pip install -r requirements.txt
  7. $ python manage.py migrate
  8. $ python manage.py runserver
  9. bingo!!!

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • Etc