{"id":18594428,"url":"https://github.com/scala-exercises/exercises-monocle","last_synced_at":"2025-04-10T16:31:00.936Z","repository":{"id":18147842,"uuid":"83546618","full_name":"scala-exercises/exercises-monocle","owner":"scala-exercises","description":"Scala Exercises for the Scala Optics library Monocle http://julien-truffaut.github.io/Monocle/","archived":false,"fork":false,"pushed_at":"2023-03-31T05:39:59.000Z","size":274,"stargazers_count":11,"open_issues_count":5,"forks_count":14,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-03-25T00:42:12.431Z","etag":null,"topics":["functional-programming","immutable-datastructures","lenses","optics","tutorial"],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scala-exercises.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"AUTHORS.md"}},"created_at":"2017-03-01T11:20:37.000Z","updated_at":"2023-03-04T02:46:48.000Z","dependencies_parsed_at":"2024-01-15T06:02:14.905Z","dependency_job_id":"3aa53595-2c01-44d9-b8a1-3a3494bc11cf","html_url":"https://github.com/scala-exercises/exercises-monocle","commit_stats":{"total_commits":260,"total_committers":21,"mean_commits":"12.380952380952381","dds":"0.31153846153846154","last_synced_commit":"9672394319078ba0eb2dd36ba450c4e87ba72656"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scala-exercises%2Fexercises-monocle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scala-exercises%2Fexercises-monocle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scala-exercises%2Fexercises-monocle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scala-exercises%2Fexercises-monocle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scala-exercises","download_url":"https://codeload.github.com/scala-exercises/exercises-monocle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248252690,"owners_count":21072700,"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":["functional-programming","immutable-datastructures","lenses","optics","tutorial"],"created_at":"2024-11-07T01:15:33.509Z","updated_at":"2025-04-10T16:31:00.520Z","avatar_url":"https://github.com/scala-exercises.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scala Exercises - Monocle\n\nThis repository hosts a template content library for the [Scala Exercises](https://www.scala-exercises.org/) platform, including interactive exercises related to the [Monocle](https://github.com/julien-truffaut/Monocle) optics library for Scala (and [Scala.js](https://www.scala-js.org/)).\n\n------------------------\n\n\n## Run Locally\n\n- Clone this repository, compile and publish the project:\n\n~~~ sh\ngit clone git@github.com:scala-exercises/exercises-monocle.git\ncd exercises-monocle/\nsbt compile publishLocal # it is important to first run the `compile` command alone\n~~~\n\n- Clone the `evaluator` and run it:\n\n~~~ sh\ngit clone git@github.com:scala-exercises/evaluator.git\ncd evaluator/\nsbt \"project evaluator-server\" run\n~~~\n\n- Clone the `scala-exercises` fork:\n\n~~~ sh\ngit clone git@github.com:scala-exercises/scala-exercises.git\n~~~\n\n- Follow the database setup instructions given\n  [here](https://github.com/scala-exercises/scala-exercises#configure-the-database)\n\n- Add the following line the `server/conf/application.dev.conf`:\n\n~~~\nevaluator.secretKey=\"secretKey\"\n~~~\n\n- Run the server:\n\n~~~ sh\nsbt -mem 1500 run\n~~~\n\n## About Scala exercises\n\n\"Scala Exercises\" brings exercises for the Stdlib, Cats, Shapeless and many other great libraries for Scala to your browser. Offering hundreds of solvable exercises organized into several categories covering the basics of the Scala language and it's most important libraries.\n\nScala Exercises is available at [scala-exercises.org](https://scala-exercises.org).\n\n## Contributing\n\nContributions welcome! Please join our [Gitter channel](https://gitter.im/scala-exercises/scala-exercises)\nto get involved, or visit our [GitHub site](https://github.com/scala-exercises).\n\n## License\n\nCopyright (C) 2015-2016 47 Degrees, LLC.\nReactive, scalable software solutions.\nhttp://47deg.com\nhello@47deg.com\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscala-exercises%2Fexercises-monocle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscala-exercises%2Fexercises-monocle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscala-exercises%2Fexercises-monocle/lists"}