GithubHelp home page GithubHelp logo

anggawikanugraha / fullstack-mern-foodstore Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 4.78 MB

Mongodb-Express-React-Nodejs. Learn Mern stack

JavaScript 3.44% CSS 96.50% Pug 0.01% Shell 0.01% HTML 0.04%
axios context-api expessjs jwt-authentication mongoose passport-local react react-redux tailwindcss

fullstack-mern-foodstore's Introduction

Hi , I'm angga

"Seseorang yang memiliki pengalaman lebih dari dua tahun di bidang frontend developer."

Sekarang bekerja pada bagidata, perusahaan inovasi PT Telkom Indonesia yang memiliki fokus di bidang Human Capital Analytic

๐Ÿ’ป A little more about me.....

const me = [
    code: ["Javascript", "TypeScript", "PHP"],
    technologies: [
        backEnd: {
            TypeScript: ["Node", "Express"],
            Php: "Laravel",
        },
        frontEnd: {
            TypeScript: ["React.Js", "Next.js", "vue.js"],
        },
        mobileApp: {
            Hybrid: "React Native",
        },
        devOps: "Docker๐Ÿณ",
        databases: ["mongo", "MySql",],
        misc: ["Firebase", "Socket.IO"]
    ],
    currentFocus: "GraphQL",
    Fact: "Focused on react and graphql using typescript"
];

๐Ÿ” Currently Learning:

fullstack-mern-foodstore's People

Contributors

anggawikanugraha avatar

Stargazers

 avatar  avatar

Watchers

 avatar

fullstack-mern-foodstore's Issues

Cartitem

endpoint cart untuk menyimpan cartitem ..

Api pengiriman

alamat pengiriman yang digunakan untuk mengelola data almat
pengiriman pengguna

/api/delivery-addresses

Relasi product dengan tag one to many

await Product
.find({_id: 'p123'})
.populate('category')
.populate('tags') // <---

{
_id: ObjectId('p123'),
name: 'Hot Americano',
price: 25000,
description: 'Hot black coffee',
category: {
_id: ObjectId('abc'),
name: 'Minuman'
},
tags: [
{ _id: ObjectId('123'), name: 'Coffee'},
{ _id: ObjectId('345'), name: 'Hot'}
]
}

Relasi product dengan category

relasi one to one
dummy product

code ๐Ÿ’ฏ

let productWithCategory = await Product.findOne({_id: '4jlksjf245kjh5l245k2' }).populate('category');

{
_id: ObjectId('4jlksjf245kjh5l245k2'),
name: "Burger Cheese",
price: 20000,
description: "Burger keju enak kenyang",
category: {
_id: ObjectId('erelkjio39h34arf343jh'),
name: 'Utama',
}
}

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.