Skip to content

Instantly share code, notes, and snippets.

View Alessandro0003's full-sized avatar

Alessandro Brilhante Quintas Alessandro0003

View GitHub Profile
@Alessandro0003
Alessandro0003 / client.http
Created March 23, 2024 05:41
Requests from my Application 🔥
@baseUrl = http://localhost:3333
@authToken = {{authenticate_account.response.body.access_token}}
# @name create_account
POST {{baseUrl}}/accounts
Content-Type: application/json
{
"name": "Alessandro",
@Alessandro0003
Alessandro0003 / settings.json
Last active March 22, 2024 00:37
VSCode Settings ⚙🚀
{
"editor.fontSize": 14,
"editor.lineHeight": 1.8,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"extensions.ignoreRecommendations": true,
"typescript.tsserver.log": "off",
"files.associations": {
".env.*": "dotenv",