Skip to content

chanduch06/Car-ICDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This evaluation consists of a Django project called ICDB, the Internet Car Database, which is a database of cars exposed through a REST API.

The API is currently able to create and list cars using JSON representations.

we have to run following to install dependencies: python setup.py install

Then, we have to create the sqlite database and load the sample data: python manage.py syncdb python manage.py makemigrations python manage.py migrate python manage.py loaddata sample_cars

Running tests: python manage.py test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages