Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 704 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 704 Bytes

cardiscover

A Django - Bootstrap, AngularJS Project that helps users to buy a car of their choice

Getting started

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!