/GoBarberApi

Primary LanguageJavaScript

alt text

GoBarberApi

libs:

  • Express
  • Sequelize and Postgres
  • JWT Authentication
  • Yup for data validation

To run:

yarn dev

To debug:

Config VSCode

{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "node",
      "request": "attach",
      "name": "Launch Program",
      "restart": true,
      "protocol": "inspector"
    }
  ]
}

And run:

yarn:debug