Skip to content

sushanthpy/dockerizedapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django project called MDB, the Mobile Database, which is a database of mobiles specs exposed through a REST API.

The API is currently able to create, delete and list mobiles using JSON representations.

Image Status

Codefresh build status

Test results

alt tag

Code Quality

Code Health

Setup


To install the dependencies, run:
python setup.py install
Then, create the sqlite database and load sample data:
python manage.py makemigrations
python manage.py migrate
python manage.py loaddata sample_mobiles

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