Skip to content

xvbnm48/e-shop-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

this is node js course link NODE JS E SHOP i will do best

now at part 24 ini kalo mau pakai post tanpa async

 product
    .save()
    .then((createdProduct) => {
      res.status(201).json(createdProduct);
    })
    .catch((err) => {
      res.status(500).json({
        error: err,
        success: false,
      });
    });

ada error di npm nya harus bikin repo baru ini

About

E-shop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published