Git Product home page Git Product logo

babystore's People

Contributors

edgarlevyings44 avatar kibigo avatar ochiengherman avatar

Watchers

 avatar

babystore's Issues

Solve server performance Issues.

Branch feature_dev:

Backend

  1. Improve server response time (delay and latency)

  2. Improve security
    Resouces:
    https://laravel.com/docs/11.x/upgrade
    https://www.youtube.com/watch?v=yecaP2EPd68

    Frontend

  3. Maintain logged in user through localstorage.

  4. Share data throughout the application through context api.

  5. Learn to inspect browser.

    image
    image

  6. Improve on structuring json response
    "{
    "Token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiZTYwMzU2ZWIwOGU5MDc5OTdjNjFkZmRkMGNlNTlhMWI0OTI5ODdlY2JkYzBiY2Y0ZjU2ZTM1MzRiNDUzY2ExYzJlMjBiOGFlYWE5YjZiNjIiLCJpYXQiOjE3MTM3MDMxNDYuNTk5ODEsIm5iZiI6MTcxMzcwMzE0Ni41OTk4MTMsImV4cCI6MTc0NTIzOTE0NS41NTY1OTgsInN1YiI6IjEwIiwic2NvcGVzIjpbXX0.Gamre7rvxgf6tDfym0c1HBgNCWiVU_tvM9uSp57oo8ssQsczEC8m-oIe-NiEXfvPZN1eVxH5O4x16JNIs3BHIa1ozj4pvILgBatYK6w2lC_ythOC-GEVYbwKxYh3K4gPJ0ba--yoZZ2RsfgetRwMjOSpJD4BzDp9_F-Zu2TwHMET7XNLgdhtUz1pA8ktzBLZum_6UpPp4C0ZI9OVNTP3CJ1GVUbQZTGpq5IZzd4UU-nF1sLFnzrzg7eRXMYkjmj9vqL5BbyCNgWN6pSyw22uUhjaYsysTDO9btve_6W_7Xg6RfhBf39iCKkBH1JJDwEKdCrsddKYlkBBktE-M6aXivha6pz0wpfPd5ris_MwrGOWJZW1eBDh07OzPVuySP_3Ki1hbOH7i0cilHphVYQTaqk2hkIwNAIYpyroiRT9UkE-WH9WLx81Wqwj3WSMnngt5kfUOhpinSkinxSXFRUC3Q9Ui61cbiPoFKe5Ph92zwy7KnkDNk95JIwG6hlGnPU7pRHAMc5hT8gfKy0oUu7mbQLJIhvIFNA9xX6JKQuGjwZXYjZMXedHWdb79NYaV-ZI7QfMu6Y58Nrp--IlyNHdrcn2AJ4bXGX9jv-CxBe-uHyWmHgvQ6RRQaz4r2k3TlIp7M68iILiLVJFwn94OCOJKBPipa9D4iRSW2vmtj9jxos",
    "User": {
    "id": 10,
    "email": "[email protected]",
    "email_verified_at": null,
    "created_at": "2024-04-21T10:21:17.000000Z",
    "updated_at": "2024-04-21T10:21:17.000000Z",
    "firstname": "herman",
    "lastname": "ochieng",
    "roles": [
    {
    "id": 2,
    "name": "user",
    "guard_name": "web",
    "created_at": "2024-04-16T07:45:32.000000Z",
    "updated_at": "2024-04-16T07:45:32.000000Z",
    "pivot": {
    "model_type": "App\Models\User",
    "model_id": 10,
    "role_id": 2
    }
    }
    ]
    },
    "0": [
    "user"
    ]
    }"

Use hosted Database(render)

Am not able to access the database on you local machine, going forward normalize using hosted online database like postgresql. I have update the issue.
image
image

Cart

Persist cart data

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.