{"id":20266528,"url":"https://github.com/pferreirafabricio/intern-task-tracker","last_synced_at":"2026-04-13T04:02:37.887Z","repository":{"id":211336372,"uuid":"728860056","full_name":"pferreirafabricio/intern-task-tracker","owner":"pferreirafabricio","description":"✅ Tracking your activities as an intern","archived":false,"fork":false,"pushed_at":"2023-12-18T17:06:36.000Z","size":29,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-24T06:11:36.374Z","etag":null,"topics":["api","console-application","csharp","dotnet","dotnet-core","ef-core","powershell-script","rest-api","sqlite","todoapp","todolist"],"latest_commit_sha":null,"homepage":"","language":"C#","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/pferreirafabricio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-07T21:18:46.000Z","updated_at":"2024-10-17T00:36:59.000Z","dependencies_parsed_at":"2023-12-13T18:50:02.400Z","dependency_job_id":null,"html_url":"https://github.com/pferreirafabricio/intern-task-tracker","commit_stats":null,"previous_names":["pferreirafabricio/intern-task-tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pferreirafabricio%2Fintern-task-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pferreirafabricio%2Fintern-task-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pferreirafabricio%2Fintern-task-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pferreirafabricio%2Fintern-task-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pferreirafabricio","download_url":"https://codeload.github.com/pferreirafabricio/intern-task-tracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241746795,"owners_count":20013165,"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","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":["api","console-application","csharp","dotnet","dotnet-core","ef-core","powershell-script","rest-api","sqlite","todoapp","todolist"],"created_at":"2024-11-14T12:09:47.698Z","updated_at":"2025-12-31T01:03:00.927Z","avatar_url":"https://github.com/pferreirafabricio.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"right\"\u003e\n  \u003cimg alt=\"Project's logo\" src=\"https://github.com/pferreirafabricio/intern-task-tracker/assets/42717522/fc06f417-9dd0-45de-9b7b-bf0fdf4ee723\" width=\"140px\" align=\"left\" /\u003e\n  Intern Task Tracker\n\u003c/h1\u003e\n\n\u003cp align=\"right\"\u003e\n  ✅ Tracking your activities as an intern\n  \u003cbr /\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n## 👀 Overview\n\n\u003cdiv\u003e\n  \u003cimg src=\"https://github.com/pferreirafabricio/intern-task-tracker/assets/42717522/679b5809-5a2c-4237-be5d-9489f5e2be9e\" /\u003e\n  \u003cimg src=\"https://github.com/pferreirafabricio/intern-task-tracker/assets/42717522/472b4c94-f0d3-43d2-80ae-cdfd5cf1e003\" /\u003e\n\u003c/div\u003e\n\n## 📖 About\n\nIntern Task Tracker is an application designed to enhance the tracking of intern activities within an organization. Leveraging .NET 6, SQLite, and Entity Framework Core, the project provides a platform for efficient management and monitoring of intern tasks.\n\n## 🧱 This project was built with:\n\n- [.NET 6](https://dotnet.microsoft.com/pt-br/download/dotnet/6.0)\n- [SQLite](https://www.sqlite.org/index.html)\n- [Entity Framework Core](https://github.com/dotnet/efcore)\n\n## 🚶‍♂️ Installing and Running\n\n1.  Clone this repository `git clone https://github.com/pferreirafabricio/intern-task-tracker.git`\n2.  Enter in the project's folder: `cd intern-task-tracker`\n3.  Run `dotnet restore`\n\u003e If you haven't downloaded .NET yet you can follow this tutorial [Install .NET on Windows, Linux, and macOS](https://learn.microsoft.com/en-us/dotnet/core/install/)\n4.  Guarantee that you have Entity Framework Core installed globally `dotnet tool install --global dotnet-ef`\n\u003e If you are using Linux, maybe you will need to add the dotnet-ef to your path.\n\u003e Like this:\n\u003e ```bash\n\u003e sudo nano .bashrc # or sudo nano .zshrc\n\u003e # Append this to the bottom of the file\n\u003e export PATH=\"$PATH:$HOME/.dotnet/tools/\"\n\u003e ```\n6.  If this is your first time running the project execute `./migration-helper.ps1` and select the option `3. Update Database`\n\u003e If you are using Linux, you can run the script using the PowerShell Core. [Install PowerShell on Linux](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-linux?view=powershell-7.4)\n7.  Run the API with\n```bash\ncd InternTaskTracker.Api\ndotnet run\n```\n8.  Run the console app with\n```bash\ncd InternTaskTracker.Console\ndotnet run\n```\n\n## ♻ Contribute\n\n1.  Fork this repository\n2.  Create a branch with your feature: `git checkout -b my-feature`\n3.  Commit your changes: `git commit -m 'feat: My new feature'`\n4.  Push your branch: `git push origin my-feature`\n\n## :page_with_curl: License\n\nThis project is under the MIT license. Take a look at the [LICENSE](LICENSE) file for more details.\n\n## 📚 Learn more\n\n- [Build a minimal API with .NET 6](https://microsoft.github.io/workshop-library/full/intro-minapi/)\n- [Tutorial: Create a minimal API with ASP.NET Core](https://learn.microsoft.com/en-us/aspnet/core/tutorials/min-web-api?view=aspnetcore-6.0\u0026tabs=visual-studio)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpferreirafabricio%2Fintern-task-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpferreirafabricio%2Fintern-task-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpferreirafabricio%2Fintern-task-tracker/lists"}