Coder Social home page Coder Social logo

todo_api's Introduction

logo

ToDo API

This project was initiated for educational purposes, with the primary objective being to delve deeper into technologies such as Django, Django Rest Framework, MySQL, and Docker

Technology Stack

  • Python/Django/DRF
  • MySQL
  • Docker
  • JWT-Auth

Database(MySQL)

db

Our project has 2 self-written models

API

Tasks

task In this project, you can perform the following actions using the provided URLs:

api/v1/ - Retrieve user tasks if the user is authorized.
api/v1/id_post/ - Update a task.
api/v1/create/ - Create a new task.
api/v1/delete/id_post/ - Delete a task.
api/v1/sort/category/category_id/ - Retrieve tasks filtered by category.
api/v1/sort/completed/ - Retrieve completed tasks.

Category

category Using this URL, you can perform the following actions:

api/v1/category/todo/ - check, update, create, delete categories if you are a superuser.

We accessed it through the use of routers.

Auth

login1 login2

register1 register2 The login system was implemented using JWT.

Summary

The ToDo API project was created for educational purposes to explore technologies like Python, Django, Django Rest Framework, MySQL, Docker, and JWT-Auth for authentication. It offers users the ability to manage tasks and categories:

Users can retrieve, update, create, and delete tasks through specific endpoints. Completed tasks can be retrieved. Tasks can be filtered by category. Superusers can check, update, create, and delete categories. The project utilizes Docker for easy deployment and JWT for secure authentication, making it a valuable educational experience in web development and API creation.

todo_api's People

Contributors

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