GithubHelp home page GithubHelp logo

hackerajofficial / todo_apis Goto Github PK

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

The Todo List API allows users to manage their todo items efficiently. It provides endpoints for creating, retrieving, updating, and deleting todo items.

Python 97.53% HTML 2.47%
django django-api django-rest-framework hackeraj hackeraj-official hackerajofficial todolist

todo_apis's Introduction

ToDO_APIs

Description:

The Todo List API allows users to manage their todo items efficiently. It provides endpoints for creating, retrieving, updating, and deleting todo items.

Actually: Task Create a Simple Django project with Authentication and swagger API documentation for a todo list app. The project should have rest APIs that can i. Add items ii. delete items iii. update existing items

The APIs should through 403 error when the user is not logged in and build a simple login page using django templte.

image

Technologies Used:

  • Django: Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It provides built-in features for handling authentication, routing, database interactions, and more.
  • Django REST Framework (DRF): Django REST Framework is a powerful toolkit for building Web APIs in Django. It provides serializers for handling data conversion, class-based views for defining API endpoints, authentication and permission classes for securing endpoints, and much more.
  • Swagger/OpenAPI: Swagger or OpenAPI is a specification for documenting RESTful APIs. Tools like Swagger UI or drf-yasg can be used to generate interactive API documentation based on the OpenAPI specification.
  • pipenv: Pipenv is a tool used for managing dependencies and virtual environments in Python projects. It automatically creates and manages a virtual environment for your project and generates a Pipfile to specify dependencies.

Features

  • Todo Item Management: Create Todo Item: Allow users to add new todo items with a title, description, and optional due date. View Todo Items: Display a list of todo items for the logged-in user, sorted by priority or due date. Update Todo Item: Enable users to edit the details of existing todo items, such as the title, description, priority, or due date. Delete Todo Item: Allow users to remove todo items they no longer need.

Usage:

  1. Clone the repository to your local machine.

     git clone https://github.com/HackerajOfficial/TODO_APIs.git
    
  2. Active environment

      pipenv shell
    
  3. Install the necessary dependencies

      pipenv install -r requirements.txt
    
  4. Start the Django development server:

      python manage.py runserver
    
  5. Open your web browser and navigate to http://localhost:8000

Contributing

Contributions to enhance the functionality and performance of the TODO_APIs are welcome. If you'd like to contribute, please fork the repository, make your changes, and submit a pull request outlining the modifications.

License

This project is licensed under the MIT License. Feel free to use, modify, and distribute the code in accordance with the terms of the license.

Contact:

For any inquiries or feedback regarding the project, please contact RaazKapoorKuswaha at [email protected].

todo_apis's People

Contributors

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