Giter Site home page Giter Site logo

moshfiqrony / django-rest Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 56 KB

This is a boiler plate or practice project for django rest framework. I will practice all possible steps for django rest api. You can clone or fork and practice from it.

Home Page: https://github.com/moshfiqrony/django-rest

Python 100.00%

django-rest's Introduction

django-rest

This is a boiler plate or practice project for django rest framework. I will practice all possible steps for django rest api. You can clone or fork and practice from it.

How to download?

To download it you have to clone the project to your local machine

git clone https://github.com/moshfiqrony/django-rest.git

How to use?

To use it you need PyChamr , Visual Studio Code

cd django-res
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate

How to create super user

python manage.py createsuperuser

http://localhost:8000

What it have now?

Models

  1. users model
  2. iubat model

Funtions or api endpoints

  1. /api/user/signin/ - registration with no permission required.
  2. /api/user/login/ - login with no permission required.
  3. /api/usre/logout/ - logout user need a Authorization Token in header
  4. /api/user/profile/ - to get user profile you must call the api with a Authorization Token in header
  5. /api/user/changePassword/ - to reset an user password you must call the api with a Authorization Token in header.
  6. /api/iubat/addstudent/ - to add a student an user at first need to signin then call the api with a valid email address
  7. /api/iubat/updatestudent/ - to update student profile info
  8. /api/iubat/student/ - accepts POST GET PUT method for student profile

django-rest's People

Contributors

moshfiqrony avatar

Stargazers

 avatar

Watchers

 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.