Giter Site home page Giter Site logo

evrikart-internship's Introduction

Evrikart-Internship

Week 1 task

Overview:

Setting up a django project named Learn Drf and creating a app named store. Perform CRUD operation using 2 routes, Modeviewsets and Api View. Create a Swagger url that helps ui/ux developers.

Concept used

  • Api Development
  • Rest API
  • CRUD

Tools & Technologies

  • Python
  • Django
  • Django REST Framework

Installation Guide

  • To install django: pip install django
  • To install REST Framework:
  • pip install djangorestframework

Steps

Step1: Install django and create a proejct using 'django-admin startproject <project_name>' command
Step2: Now create a app using 'django-admin startapp <app_name>' command
Step3: write models for your app.
Step4: Migrate the models to the database using 'py manage.py makemigrations' in your project directory and then run 'py manage.py migrate'
Step5: Make serializers.py in your app. and integrate your model class
Step6: Write views for the application using APIVIEW to perform operations like GET, PUT, POST, DELETE.
Step7: Configure the url in your project and app as well.
Step8: Check the working of each API

References

evrikart-internship's People

Contributors

colonelavp 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.