{"id":20293800,"url":"https://github.com/arrudadev/proffy-api","last_synced_at":"2026-04-02T03:03:50.484Z","repository":{"id":177653679,"uuid":"323748013","full_name":"arrudadev/proffy-api","owner":"arrudadev","description":"REST API of the 2ª Next Level Week project.","archived":false,"fork":false,"pushed_at":"2021-01-06T21:36:14.000Z","size":319,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T16:05:16.092Z","etag":null,"topics":["backend","express","knexjs","nodejs","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arrudadev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2020-12-22T22:38:51.000Z","updated_at":"2021-01-07T22:58:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"99b28aeb-3d25-4671-ac70-ac8810c94f50","html_url":"https://github.com/arrudadev/proffy-api","commit_stats":null,"previous_names":["arrudadev/proffy-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arrudadev/proffy-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Fproffy-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Fproffy-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Fproffy-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Fproffy-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arrudadev","download_url":"https://codeload.github.com/arrudadev/proffy-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrudadev%2Fproffy-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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":["backend","express","knexjs","nodejs","sqlite","typescript"],"created_at":"2024-11-14T15:26:20.789Z","updated_at":"2026-04-02T03:03:50.459Z","avatar_url":"https://github.com/arrudadev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003cimg alt=\"Proffy\" title=\"Proffy\" src=\".github/assets/logo.svg\" width=\"220px\" /\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\n  🚀 Next Level Week #02 - API\n\u003c/h4\u003e\n\n\u003e A REST API responsible for provide data to the [`web`](https://github.com/monteiro-alexandre/proffy-web) and [`mobile`](https://github.com/monteiro-alexandre/proffy-mobile) front-ends.\n\n\u003cdiv align=\"left\"\u003e\n\n[![Run in Insomnia}](https://insomnia.rest/images/run.svg)](https://insomnia.rest/run/?label=Proffy%20API\u0026uri=https%3A%2F%2Fgithub.com%2Fmonteiro-alexandre%2Fproffy-api%2Fblob%2Fmaster%2FInsomnia-workspace.json)\n\n![build](https://github.com/monteiro-alexandre/proffy-api/workflows/build/badge.svg?branch=master)\n[![codecov](https://codecov.io/gh/monteiro-alexandre/proffy-api/branch/master/graph/badge.svg?token=750YPG0FRR)](https://codecov.io/gh/monteiro-alexandre/proffy-api)\n[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\u003c/div\u003e\n\n# :pushpin: Table of Contents\n\n* [Installation](#construction_worker-installation)\n* [Getting Started](#runner-getting-started)\n* [Found a bug? Missing a specific feature?](#bug-issues)\n* [Contributing](#tada-contributing)\n* [License](#closed_book-license)\n\n# :construction_worker: Installation\n\n**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) first, then in order to clone the project via HTTPS, run this command:**\n\n```\ngit clone https://github.com/monteiro-alexandre/proffy-api.git\n```\n\nSSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:\n\n```\ngit clone git@github.com:monteiro-alexandre/proffy-api.git\n```\n\n**Install dependencies**\n\n```\nyarn install\n```\n\nOr\n\n```\nnpm install\n```\n\nCreate your environment variables based on the examples of ```.env.example```\n\n```\ncp .env.example .env\n```\n\nAfter copying the examples, make sure to fill the variables with new values.\n\n# :runner: Getting Started\n\nRun the migrations to configure the database schema\n\n```yarn knex:migrate:latest```\n\nRun the following command in order to start the application in a development environment:\n\n```yarn dev```\n\n# :bug: Issues\n\nFeel free to **file a new issue** with a respective title and description on the the [Proffy API](https://github.com/monteiro-alexandre/proffy-api/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**! Have a look at our [contribution guidelines](https://github.com/monteiro-alexandre/proffy-api/blob/master/CONTRIBUTING.md) to find out about the coding standards.\n\n# :tada: Contributing\n\nCheck out the [contributing](https://github.com/monteiro-alexandre/proffy-api/blob/master/CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.\n\n# :closed_book: License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrudadev%2Fproffy-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farrudadev%2Fproffy-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrudadev%2Fproffy-api/lists"}