Skip to content
View joykhatri's full-sized avatar

Block or report joykhatri

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. gymbuddy gymbuddy Public

    GymBuddy is a online exercise finder platform(Python & Django). It also has blog, diet plan module that fetch data from the APIs.

    HTML

  2. Vehicle-Management-System Vehicle-Management-System Public

    It is Django & Django rest framework based project. With CRUD APIs. User Authentication systerm with JWT(Register & Login API), also assigned vehicles to users.

    Python

  3. Order-Management-System Order-Management-System Public

    Develop a REST API using Django Rest Framework (DRF) and MySQL that manages users, products, and orders with proper relationships and data fetching using joins / nested serializers. (Django ORM rel…

    Python

  4. Role-Base-Order-Management-System Role-Base-Order-Management-System Public

    Applied roles(User, Admin) with JWT. CRUD(Customers, Products, Orders). Admin has full access while User has limited access.

    Python

  5. Ride-Booking Ride-Booking Public

    It is Django rest framework based backend APIs project. Create role base system for booking ride.(USER, RIDER, ADMIN). Add Payment functionality. Create WebSocket for Live Ride & Rider Tracking als…

    Python

  6. Simple-Blog-API Simple-Blog-API Public

    Simple CRUD APIs. With ModelSerializer, ModelViewSet and Routers also add some Filters like (1) Add search by title. (2) Add ordering by created date.

    Python