Skip to content

harpb/car-inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Create and activate virtualenv:

     virtualenv pyenv --prompt="Inventory"
     . pyenv/bin/activate
    
  2. Install py modules

     pip install django django-tastypie pyyaml
    
  3. Run Server

     webapp/manage.py runserver
    

HTTP API

Replace <string> with any of following to filter by a brand: Sport, Compact, Luxury

http://127.0.0.1:8000/api/v1/car_model/?format=json&brand__name=<string>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages