A Django - Bootstrap, AngularJS Project that helps users to buy a car of their choice
In order to get started with this framework, you simply need to clone this repository:
git clone https://github.com/farhankn/cardiscover/
And create a virtual environment with virtualenv installed:
$ cd cardiscover
$ virtualenv --python=python2.7 myvenv
Running virtualenv with interpreter /usr/bin/python2.7
[...]
Installing setuptools, pip...done.
$ source myvenv/bin/activate
(myvenv) $ pip install -r requirements.txt
You will then run project with:
python manage.py runserver
It's that simple! Go ahead, try it out!