Skip to content

Boxing's project RESTful API made with Django Rest Framework

Notifications You must be signed in to change notification settings

lcdporto/boxing-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published