iammarco11 / ubunbuy-django

Shopping cart using django :coffee: :wink:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubunbuy

This is a web app made by me using django 2.2.6.

First clone the repo after starring 😏 πŸ‘ git clone https://github.com/iammarco11/ubunbuy-django.git

After that go to the cloned repo and start a virtual environment β˜• virtualenv -p /usr/bin/python3 online NOTE : Here online is the name of the virtual environment.

Then activate the virtual environment πŸ˜„ source online/bin/activate

Then install the required packages by typing pip install -r requirements.txt

Now you are ready to go πŸ˜„

To launch the site python manage.py runserver

About

Shopping cart using django :coffee: :wink:


Languages

Language:Python 74.8%Language:HTML 24.7%Language:CSS 0.5%