{"id":20266596,"url":"https://github.com/pferreirafabricio/dev-freelas","last_synced_at":"2026-05-10T01:10:54.400Z","repository":{"id":44698842,"uuid":"379255338","full_name":"pferreirafabricio/dev-freelas","owner":"pferreirafabricio","description":"💼 An API to control freelance jobs, using .NET 5, XUnit, CQRS and Clean Architecture","archived":false,"fork":false,"pushed_at":"2024-01-09T20:27:43.000Z","size":117,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-24T06:11:33.663Z","etag":null,"topics":["clean-architecture","cqrs","csharp","enityframework","jwt","jwt-authentication","mediatr","migrations","mysql","net-core","net-core-5","swagger","unit-testing","xunit-tests"],"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}},"created_at":"2021-06-22T12:05:48.000Z","updated_at":"2025-02-16T11:22:10.000Z","dependencies_parsed_at":"2022-09-12T15:14:07.817Z","dependency_job_id":null,"html_url":"https://github.com/pferreirafabricio/dev-freelas","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pferreirafabricio%2Fdev-freelas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pferreirafabricio%2Fdev-freelas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pferreirafabricio%2Fdev-freelas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pferreirafabricio%2Fdev-freelas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pferreirafabricio","download_url":"https://codeload.github.com/pferreirafabricio/dev-freelas/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241746794,"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":["clean-architecture","cqrs","csharp","enityframework","jwt","jwt-authentication","mediatr","migrations","mysql","net-core","net-core-5","swagger","unit-testing","xunit-tests"],"created_at":"2024-11-14T12:10:24.440Z","updated_at":"2026-05-10T01:10:54.373Z","avatar_url":"https://github.com/pferreirafabricio.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch5 align=\"center\"\u003e\n  \u003cimg src=\"https://styles.redditmedia.com/t5_2qhdf/styles/communityIcon_sk8k2hisvyv51.png\" height=\"80px\" /\u003e\n  \u0026nbsp;\u0026nbsp;\u0026nbsp; \n  \u003cimg src=\"https://sabresistemas.com.br/wp-content/uploads/2021/03/sabre-sistemas-erp-software-tecnologia-microsoft-net-core.png\" width=\"250px\" /\u003e\n  \u003cbr\u003e  \n  \u003cbr\u003e  \n  \u003cb\u003eCreating and managing freelance projects\u003c/b\u003e 📒\n\u003c/h5\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-purple\"\u003e\n  \u003cimg alt=\"CI Badge\" src=\"https://github.com/pferreirafabricio/dev-freelas/actions/workflows/dotnet.yml/badge.svg\"\u003e\n\u003c/p\u003e\n\n## :open_book: About \nThis project is a simple RESTful API for control freelance projects. Made for studies purposes, this API uses Clean Architecture, MediatR, Dependency Injection, Unit Testing, Authentication, Authorization and so many more concepts.\n\n## :bricks: This project was built with: \n- [C#](https://docs.microsoft.com/en-us/dotnet/csharp/)\n- [.NET Core 5](https://dotnet.microsoft.com/en-us/download/dotnet/5.0)\n- [MediatR](https://github.com/jbogard/MediatR)\n- [MySQL](https://www.mysql.com/)\n- [Entity Framework Core](https://docs.microsoft.com/en-us/ef/core/)\n- [xUnit](https://xunit.net/)\n- [Fluent Validation](https://fluentvalidation.net/)\n- [Swagger](https://swagger.io/)\n\n## 🏄‍♂️ Quick Start\n 1. Clone this repository `git clone https://github.com/pferreirafabricio/dev-freelas.git`;\n 2. Enter in the project's folder: `cd dev-freelas`\n 3. Install dependencies: `dotnet restore`\n \u003e OBS: Before the next step ensure that dotnet-ef tool is installed globally with `dotnet ef --version`, if not install with: `dotnet tool install --global dotnet-ef command`\n 4. Run migrations: `dotnet ef database update -s ../DevFreela.API/DevFreela.API.csproj`\n 5. Enter the API project's folder: `cd ./DevFreela.API`\n 6. Run the API and be happy: `dotnet watch run` 😃\n \n## :recycle: Contribute\n 1. Fork this repository;\n 2. Create a branch with your feature: ```git checkout -b my-feature```\n 3. Commit your changes: ```git commit -m 'feat: My new feature'```\n 4. Push your branch: ```git push origin my-feature```\n \n## :page_with_curl:\tLicense\nThis project is under the MIT license. Take a look at the [LICENSE](LICENSE) file for more details.\n\n## 📚 Learn more\n\n  * [Luis Dev blog](https://www.luisdev.com.br/)\n  * [Método .NET Direto ao ponto](https://lp.luisdev.com.br/lista-de-espera-metodo-net-direto-ao-ponto)\n  * [Learn .NET](https://dotnet.microsoft.com/en-us/learn)\n  * [Quick introduction to clean architecture](https://www.freecodecamp.org/news/a-quick-introduction-to-clean-architecture-990c014448d2/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpferreirafabricio%2Fdev-freelas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpferreirafabricio%2Fdev-freelas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpferreirafabricio%2Fdev-freelas/lists"}