{"id":30801582,"url":"https://github.com/an4xdev/sprintforge","last_synced_at":"2026-04-10T11:02:26.624Z","repository":{"id":284920918,"uuid":"944581668","full_name":"an4xdev/SprintForge","owner":"an4xdev","description":"Application to manage software projects implemented in microservices on different programming platforms","archived":false,"fork":false,"pushed_at":"2025-09-01T09:48:39.000Z","size":6005,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-01T11:51:01.303Z","etag":null,"topics":["asp-net-core","docker","docker-compose","expressjs","golang","jwt-authentication","laravel","microservice","minio-server","planning","postgresql","rabbitmq","redis-cache","spring-boot","sprint","vue"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/an4xdev.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-07T15:48:25.000Z","updated_at":"2025-09-01T09:48:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"622b055b-4ebe-4b36-a156-9d6dece6a9f2","html_url":"https://github.com/an4xdev/SprintForge","commit_stats":null,"previous_names":["an4xdev/microserviceapp","an4xdev/sprintforge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/an4xdev/SprintForge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/an4xdev%2FSprintForge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/an4xdev%2FSprintForge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/an4xdev%2FSprintForge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/an4xdev%2FSprintForge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/an4xdev","download_url":"https://codeload.github.com/an4xdev/SprintForge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/an4xdev%2FSprintForge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273820967,"owners_count":25174124,"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-05T02:00:09.113Z","response_time":402,"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":["asp-net-core","docker","docker-compose","expressjs","golang","jwt-authentication","laravel","microservice","minio-server","planning","postgresql","rabbitmq","redis-cache","spring-boot","sprint","vue"],"created_at":"2025-09-05T21:07:06.000Z","updated_at":"2026-04-10T11:02:26.616Z","avatar_url":"https://github.com/an4xdev.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"![logo](./logo.gif)\n\nSoftware project management system implemented in microservices on different programming platforms.\n\n## Used technologies\n\n- ASP.NET Core (MIT/Apache 2.0)\n- Spring Boot (Apache 2.0)\n- FastAPI (MIT)\n- Express.js (MIT)\n- Laravel (MIT)\n- Vue.js (MIT)\n- PostgreSQL (PostgreSQL License)\n- Redis (BSD 3-Clause)\n- RabbitMQ (MPL 2.0)\n- MinIO (AGPL 3.0)\n\n## Status\n\n\u003e [!WARNING]\n\u003e This project is in development.\n\n## Quick start\n\n```console\ndocker-compose up --build -d\n```\n\nApi Gateway OpenAPI documentation is available at [here](https://localhost/scalar/v1).\n\n## Development Tips\n\n### HTTPS Api Gateway\n\nFollow [Microsoft documentation](https://learn.microsoft.com/en-us/aspnet/core/security/docker-compose-https?view=aspnetcore-9.0)\n\n\n### Automatic migrations\n\nMigrations are managed by `DatabaseService` which is using objects from `SharedObjects` project. It is checking for the latest migration and applying it to the database.\n\n### Automatic model generation from database\n\n\u003e NOTE  \n\u003e For Spring project I used Intellij IDEA option from Database tab.\n\n\u003e NOTE  \n\u003e For FastAPI project I hand wrote models based on the database schema. But got inspired by models that were generated via [sqlacodegen](https://pypi.org/project/sqlacodegen/).\n\n#### Requirements\n\n- Laravel: [Reliese laravel](https://github.com/reliese/laravel)\n- Express: [sequelize-auto](https://github.com/sequelize/sequelize-auto) with PostgreSQL dialect\n\n#### Usage\n\nTo automatically generate models from database, you can use the following command:\n\n```bash\n# For Windows\nmodels.bat\n# For Linux !!! NOT TESTED !!!\nchmod +x models.sh\n./models.sh\n```\n\n## Signing Token for JWT\nTo generate a signing token for JWT, you can use the following command (or leave my token in the `.env` file):\n\n```bash\ncd key_generator\npython main.py\n```\n\nModify the `.env` file with newly generated token.\n\n## Licenses\n\nThird party libraries are licensed under their respective licenses see third-party-licenses directory for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fan4xdev%2Fsprintforge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fan4xdev%2Fsprintforge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fan4xdev%2Fsprintforge/lists"}