Git Product home page Git Product logo

ami_coding_pari_na_django's Introduction

Project Name: ‘Ami Coding Pari Na’

Project Description: This is a web application. It is made by the Django framework and the rest framework.

features :

  1. User Authentication/Registration Page(app name: Authentication): A user login and registration section. You can use whatever input fields you want (maintaining a standard)
  2. Khoj the search Page(app name: Khoj_the_search_Page): After login, users can access this page. Khoj the search: In this segment(page), there will be two input fields Input Values: User can input comma separated integers Search Value: User can input only one integer Output: Will print True if the search value is in the input values. Otherwise print False. Sample image Now, before showing the output, you have to store the input values in the database in sorted order(descending) along with the logged in user id and the input timestamp. That means, when the user press the button “Khoj”, the Input values (9, 1, 5, 7, 10, 11, 0) will be stored in the database as follows : 11, 10, 9, 7, 5, 1, 0 So the rough workflow for this section is as follows Take the “Input Values” Take the “Search Value” Sort the “Input values” in descending order. Store the sorted “Input Values” in the database. Check if the “Search Value” is in the “Input Values” Print the output
  3. API Endpoints(app name: api): In this section, there will be only one API endpoints. Endpoint 1: Get All Input Values. Parameters: start_datetime, end_datetime, user_id. Returns: All the Input Values the user ever entered within start_datetime(inclusive) and end_datetime (inclusive). Check the following response format.Screenshot 2023-08-15 221441

ami_coding_pari_na_django's People

Contributors

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