Coder Social home page Coder Social logo

django-example's Introduction

Django-Example

this project contains some implementation of django concept

1.) token based login and signup using rest_framework of django
-->used inbuilt User model with 'rest_framework' to generate and validate token to identify user
-->both login & signup are API '/api/auth/login' & '/api/auth/signup' gives JsonObject Response
-->calling login api --> curl -X POST http://127.0.0.1:8000/api/auth/login --data 'username=yourusername&password=yourpassword'
-->calling signup api --> curl -X POST http://127.0.0.1:8000/api/auth/signup --data 'username=yourusername&password=yourpassword&email=your_email'


2.) 'posts' app
-->this app shows posts in sorted order according to their publishing date
-->to publish a post user must set Token(recieved after login) in header usnder 'Authorization' , it should be like this 'Token yourtoken'
-->calling add post api -->curl -X POST http://127.0.0.1:8000/api/post/add --data 'title=yourtitle&data=yourdata' --header 'Authorization:Token yourtoken'

django-example's People

Contributors

ratty3697 avatar

Stargazers

shivangi avatar

Watchers

James Cloos avatar  avatar Piyush Srivastava avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.