Skip to content

An app that helps people to discover a car of their choice

Notifications You must be signed in to change notification settings

farhankn/cardiscover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

An app that helps people to discover a car of their choice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published