{"id":15174020,"url":"https://github.com/gabrielfeijo/nlw-backend","last_synced_at":"2026-02-16T19:36:05.397Z","repository":{"id":248541131,"uuid":"827429606","full_name":"GabrielFeijo/NLW-Backend","owner":"GabrielFeijo","description":"Um planejador de viagens onde os usuários podem convidar participantes e gerenciar viagens.","archived":false,"fork":false,"pushed_at":"2024-07-15T01:17:18.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T14:57:30.130Z","etag":null,"topics":["fastify","prisma","sqlite","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GabrielFeijo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-11T16:19:22.000Z","updated_at":"2024-07-15T13:18:53.000Z","dependencies_parsed_at":"2024-11-25T00:17:59.947Z","dependency_job_id":null,"html_url":"https://github.com/GabrielFeijo/NLW-Backend","commit_stats":null,"previous_names":["gabrielfeijo/nlw-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GabrielFeijo/NLW-Backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielFeijo%2FNLW-Backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielFeijo%2FNLW-Backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielFeijo%2FNLW-Backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielFeijo%2FNLW-Backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GabrielFeijo","download_url":"https://codeload.github.com/GabrielFeijo/NLW-Backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielFeijo%2FNLW-Backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275680596,"owners_count":25508605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fastify","prisma","sqlite","typescript"],"created_at":"2024-09-27T11:22:56.774Z","updated_at":"2025-09-17T23:18:50.507Z","avatar_url":"https://github.com/GabrielFeijo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# plann.er\n\nO projeto plann.er é uma aplicação desenvolvida durante a Next Level Week da [Rocketseat](https://app.rocketseat.com.br/) um evento de programação prática que acontece algumas vezes por ano, oferecendo uma semana de aulas. Cada edição tem um tema e desafio diferentes, proporcionando sempre algo novo para aprender e evoluir na programação.\n\nO projeto atual, chamado Planner, é um planejador de viagens onde os usuários podem convidar participantes e gerenciar viagens.\n\n## 💾 Diagrama ERD\n\n\u003cimg src=\"https://i.imgur.com/zhXvSph.png\" width=\"1920\"/\u003e\n\n## 🚀 Início\n\nEstas instruções permitirão que você obtenha uma cópia do projeto em execução na sua máquina local para fins de desenvolvimento e teste.\n\n### 📋 Pré-requisitos\n\nAntes de começar, certifique-se de ter as seguintes ferramentas instaladas:\n\n- [Git](https://git-scm.com)\n- [NodeJS](https://nodejs.org/en)\n- Um IDE como [Visual Studio Code](https://code.visualstudio.com/Download) (opcional, mas recomendado)\n\n### 🔧 Instalação\n\nSiga os passos abaixo para configurar e executar o projeto localmente:\n\n```bash\n# Clone o repositório\n$ git clone https://github.com/GabrielFeijo/NLW-Backend\n```\n\n```bash\n# Acesse a pasta do projeto em terminal/cmd\n$ cd NLW-Backend\n\n# Instale as dependências\nnpm install\n\n# Configure as variáveis de ambiente no arquivo .env\nDATABASE_URL=\"file:./db/dev.db\"\nAPI_BASE_URL=\"http://localhost:3333\"\nFRONTEND_BASE_URL=\"http://localhost:3000\"\nPORT=\"3333\"\n\n# Execute as migrações do Prisma para configurar o banco de dados\n$ npx prisma migrate dev\n\n# Inicie a aplicação em DEV:\n$ npm run dev\n```\n\n## 🛠️ Feito utilizando\n\n\u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/typescript/typescript-original.svg\" width=\"40\" height=\"45\" /\u003e \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/prisma/prisma-original.svg\" width=\"40\" height=\"45\" /\u003e \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/fastify/fastify-original.svg\" width=\"40\" height=\"45\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielfeijo%2Fnlw-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielfeijo%2Fnlw-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielfeijo%2Fnlw-backend/lists"}