Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanoguzhan/restapi
RestApi with Django REST framework
https://github.com/sanoguzhan/restapi
Last synced: 1 day ago
JSON representation
RestApi with Django REST framework
- Host: GitHub
- URL: https://github.com/sanoguzhan/restapi
- Owner: sanoguzhan
- License: gpl-3.0
- Created: 2020-05-04T15:26:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T12:46:17.000Z (over 3 years ago)
- Last Synced: 2023-03-08T08:47:48.605Z (over 1 year ago)
- Language: Python
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recipe Rest Api implementation in django
![](https://img.shields.io/github/repo-size/itsvinayak/user_login_and_register.svg?label=Repo%20size&style=flat-square) ![contributions welcome](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square)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](https://docs.djangoproject.com/en/2.2/topics/auth/default/)
---
__Technologies Used__:
* Python
* Django / Django-REST-Framework
* Docker / Docker-Compose
* Test Driven Development
* TravisCI (The continuous integration & continuous delivery platform)
---__Setup__:
```bash
docker-compose pull
```
---__Run__:
```bash
docker-compose up
```The API will then be available at http://0.0.0.0:8000