Sign inSign up

lcdporto/boxing-api

By lcdporto

Updated about 10 years ago

Boxing RESTful API made with Django Rest Framework

Artifact
Image
1

2.1K

lcdporto/boxing-api repository overview

Boxing Api

Boxing is an application built to provide a faster and easier way to find objects in the laboratory. It's a SPA consuming a RESTful API. The docker image you'll find here is the API developed using Django Rest Framework.

Using this image

$ docker pull lcdporto/boxing-api
$ docker run -tid --name boxing-api -p 80:80 lcdporto/boxing-api
  • You are now a proud owner of a development api located at http://127.0.0.1
  • By default the container assumes development settings
  • In development mode a pre-populated database is used
  • In development mode you have a user with email [email protected] and password admin

Tags

  • Unless you know what you're doing, always use the default (latest) tag

Repo

You'll find the git repo here

Tag summary

Content type

Image

Digest

Size

229.9 MB

Last updated

over 10 years ago

docker pull lcdporto/boxing-api