Giter VIP home page Giter VIP logo

wachhhub's Introduction

Project Title

Description

This project offers a comprehensive platform for movie enthusiasts, featuring a robust comment system, user account management, and engaging social features.

Services

1. CRUD Operations Service

  • Dedicated Service: A specialized service for handling all CRUD operations related to movie data.
  • Functionalities:
    • Create: Add new movies to the database.
    • Read: Retrieve information about existing movies.
    • Update: Modify details of movies in the database.
    • Delete: Remove movies from the database.

2. Movie Database Reading Service

  • Purpose: Dedicated service for reading movie data, optimized for performance and scalability.
  • Features:
    • Access Movie Information: Users can quickly and efficiently retrieve detailed information about movies.
    • Search and Filter: Advanced search and filtering capabilities to find movies based on various criteria.

Features

1. User Registration and Login

  • User Registration: Allows new users to create an account.
  • User Login: Secure login functionality for returning users.

2. Comments API

  • API Endpoint: https://json-api-diqosh-cf992770784d.herokuapp.com/comments
  • CRD Operations: Create, Read, and Delete comments.
    • Create Comment:
      • POST request with JSON payload.
      • Example:
        {
          "body": "Comment text",
          "postId": "post identifier",
          "author": "creator's nickname",
          "id": "unique comment identifier"
        }
    • Read Comment: Viewable on the detailed post page.
    • Delete Comment: Users can delete their comments.
    • Access Control for Deletion: Delete option visible only if the viewer's nickname matches the comment author's nickname.

3. Profile Management

  • Users can update their profile information.
  • PATCH Request: https://json-api-diqosh-cf992770784d.herokuapp.com/users/{userID}
    • Body:
      {
        "name": "new name"
      }

4. Social Features

  • Share Movies with Telegram: Feature to share movies directly to Telegram.
  • Likes/Dislikes: Users can like or dislike movies to express their opinions and preferences.

wachhhub's People

Contributors

muha-tsokotukha avatar diqosh avatar oltoir 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.