/RestApi

RestApi with Django REST framework

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Recipe Rest Api implementation in django

 contributions welcome 

Django is an open-source python web framework used for rapid development, pragmatic, maintainable, clean design, and secures websites. A web application framework is a toolkit of all components need for application development. The main goal of the Django framework is to allow developers to focus on components of the application that are new instead of spending time on already developed components. Django is fully featured than many other frameworks on the market. It takes care of a lot of hassle involved in the web development; enables users to focus on developing components needed for their application.

Django by default provides an authentication system configuration. User objects are the core of the authentication system.

django based login,logout and register system django docs on auth system


Technologies Used:

  • Python
  • Django / Django-REST-Framework
  • Docker / Docker-Compose
  • Test Driven Development
  • TravisCI (The continuous integration & continuous delivery platform)

Setup:

docker-compose pull

Run:

docker-compose up

The API will then be available at http://0.0.0.0:8000