GithubHelp home page GithubHelp logo

laravel-news-blog's Introduction

Laravel-news-blog

Technologies: Laravel, Mysql, Tailwind

Current landing page layout

Landing page screenshot

UI Structure Update #1

Landing page screenshot

Route structure

Homepage( welcome view ) => route['/']

------------------|
USER ROUTES START
------------------|

RESTfull conventions

ROUTE: ['/user']

    Request type: POST ['create a new user']

ROUTE: ['user/{$id}']

    Request type: GET ['read user profile with the id of {$id}]

    Request type: PUT ['update information about the user with the id of {$id}']

        - User must be singed in and can only edit their profile information, request to any other user edit route should display an error message

    Request type: DELETE ['delete user profile with the id of {$id}']

        - User must be signed in to acces this route
        - No questions asked about the reason the user is deleting the account
        - Give the user an option to "Go back/Cancel" the account deletion
        - Display " Are you sure message? " when the user clicks the delete my account button
        - When the "delete my account" button is pressed request that the user log's in to the account
        - If success delete all account data including blogs, comments
        - Else redirect back to the user profile
        - Redirect to "Sorry to see you go" view

------------------|
USER ROUTES END
------------------|


------------------|
POST ROUTES START
------------------|

RESTfull conventions

ROUTE: ['/post']

    Request type: POST ['create a new post']

ROUTE: ['post/{$id}']

    Request type: GET ['read post with the id of {$id}]

    Request type: PUT ['update information about the post with the id of {$id}']

    Request type: DELETE ['delete post with the id of {$id}']

------------------|
POST ROUTES END
------------------|

laravel-news-blog's People

Contributors

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