{"id":13569138,"url":"https://github.com/SaturnFramework/Saturn","last_synced_at":"2025-04-04T05:31:31.830Z","repository":{"id":37432465,"uuid":"115228232","full_name":"SaturnFramework/Saturn","owner":"SaturnFramework","description":"Opinionated, web development framework for F# which implements the server-side, functional MVC pattern","archived":false,"fork":false,"pushed_at":"2024-07-31T12:04:48.000Z","size":5327,"stargazers_count":717,"open_issues_count":53,"forks_count":110,"subscribers_count":27,"default_branch":"main","last_synced_at":"2025-04-02T03:15:28.583Z","etag":null,"topics":["backend","cross-platform","fsharp","mvc","mvc-architecture","mvc-framework","saturn","server-side","server-side-rendering","web"],"latest_commit_sha":null,"homepage":"https://saturnframework.org","language":"F#","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/SaturnFramework.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-12-23T23:36:30.000Z","updated_at":"2025-03-26T02:17:00.000Z","dependencies_parsed_at":"2023-02-18T12:45:46.557Z","dependency_job_id":"9f5e8453-2599-4b77-9900-677a6481a2af","html_url":"https://github.com/SaturnFramework/Saturn","commit_stats":{"total_commits":447,"total_committers":56,"mean_commits":7.982142857142857,"dds":"0.31991051454138697","last_synced_commit":"4ae4d6126a6c7c0e91bded2ddbe1103030010c78"},"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaturnFramework%2FSaturn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaturnFramework%2FSaturn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaturnFramework%2FSaturn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaturnFramework%2FSaturn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SaturnFramework","download_url":"https://codeload.github.com/SaturnFramework/Saturn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247128702,"owners_count":20888232,"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":["backend","cross-platform","fsharp","mvc","mvc-architecture","mvc-framework","saturn","server-side","server-side-rendering","web"],"created_at":"2024-08-01T14:00:36.346Z","updated_at":"2025-04-04T05:31:31.799Z","avatar_url":"https://github.com/SaturnFramework.png","language":"F#","readme":"# Saturn\n\n![Build](https://github.com/SaturnFramework/Saturn/workflows/Build/badge.svg) ![GitHub last commit](https://img.shields.io/github/last-commit/SaturnFramework/Saturn?style=flat-square) ![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/Saturn?style=flat-square)\n\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/SaturnFramework/Saturn)\n\nSaturn is a web development framework written in F# which implements the server-side MVC pattern. Many of its components and concepts will seem familiar to anyone with experience in other web frameworks like Ruby on Rails or Python’s Django.\n\nIt's heavily inspired by Elixir's [Phoenix](http://phoenixframework.org/).\n\nRead more about why I've decided to create Saturn, and some of its design choices on my blog - http://kcieslak.io/Reinventing-MVC-for-web-programming-with-F\n\n## Documentation\n\nSaturn has nice [documentation](https://saturnframework.org/explanations/overview.html) and I appreciate any help to improve it further by sending pull requests or just adding an issue with what you think is missing.\n\n## How to build\n\n1. Install the .NET 6.0 SDK from https://dotnet.microsoft.com/download/dotnet-core/6.0\n2. Restore dotnet SDK tools: `dotnet tool restore`\n3. Inside the repo directory, run `dotnet run`\n\n## How to run the automated tests for this project\n\nHere we will present two ways of running the automated tests for this project. The first one is the preferred way since it is the same command used in the [CI build script](https://github.com/SaturnFramework/Saturn/blob/main/.github/workflows/build.yml#L23):\n\n* Inside the repo directory, run `dotnet run -- Test`.\n\nAlthough, there is this second approach where you can specify a test scenario to run filtering by its statement:\n\n1. Change the directory to the tests folder using `cd tests/Saturn.UnitTests/`\n2. List all the tests statements with this command: `dotnet run --list-tests`\n3. Run only one test scenario, filtering by the test statement like in this example: `dotnet run --filter \"Controller Routing Tests.Add works\"`.\n\n## How to contribute\n\n*Imposter syndrome disclaimer*: I want your help. No really, I do.\n\nThere might be a little voice inside that tells you you're not ready; that you need to do one more tutorial, or learn another framework, or write a few more blog posts before you can help me with this project.\n\nI assure you, that's not the case.\n\nThis project has some clear Contribution Guidelines and expectations that you can [read here](https://github.com/SaturnFramework/Saturn/blob/main/CONTRIBUTING.md).\n\nThe contribution guidelines outline the process that you'll need to follow to get a patch merged. By making expectations and process explicit, I hope it will make it easier for you to contribute.\n\nAnd you don't just have to write code. You can help out by writing documentation, tests, or even by giving feedback about this work. (And yes, that includes giving feedback about the contribution guidelines.)\n\nThank you for contributing!\n\n## Contributing and copyright\n\nThe project is hosted on [GitHub](https://github.com/SaturnFramework/Saturn) where you can [report issues](https://github.com/SaturnFramework/Saturn/issues), fork\nthe project and submit pull requests.\n\nThe library is available under [MIT license](https://github.com/SaturnFramework/Saturn/blob/main/LICENSE.md), which allows modification and redistribution for both commercial and non-commercial purposes.\n\nPlease note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.\n","funding_links":[],"categories":["F# #","Web Frameworks"],"sub_categories":["Creating Type Providers"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSaturnFramework%2FSaturn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSaturnFramework%2FSaturn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSaturnFramework%2FSaturn/lists"}