lcdporto / boxing-api

Boxing's project RESTful API made with Django Rest Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boxing Api

Using the Docker Image for Development

  • You need to install docker, after that simply open a terminal and type
$ 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 admin@lcdporto.org and password admin

API Documentation

  • We are using Django Rest Swagger to document the api using the Swagger Specification
  • You can access the docs at http://127.0.0.1/api-docs

About

Boxing's project RESTful API made with Django Rest Framework


Languages

Language:Python 97.8%Language:Shell 2.2%