{"id":13713889,"url":"https://github.com/cploutarchou/MicroGO","last_synced_at":"2025-05-07T00:32:57.939Z","repository":{"id":37078585,"uuid":"429904552","full_name":"cploutarchou/microgo","owner":"cploutarchou","description":"MicroGO is a web application framework written in Go (Golang). In MicroGO, I take some of the most valuable features in Django and implement similar functionality in Go.","archived":false,"fork":false,"pushed_at":"2023-04-04T21:15:49.000Z","size":29800,"stargazers_count":21,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T18:44:57.614Z","etag":null,"topics":["api","cms-framework","django","django-application","framework","go","golang","golang-application","gorest","laravel","orm"],"latest_commit_sha":null,"homepage":"","language":"Go","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/cploutarchou.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-19T18:57:25.000Z","updated_at":"2023-03-05T22:24:49.000Z","dependencies_parsed_at":"2024-06-23T01:01:32.022Z","dependency_job_id":null,"html_url":"https://github.com/cploutarchou/microgo","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cploutarchou%2Fmicrogo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cploutarchou%2Fmicrogo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cploutarchou%2Fmicrogo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cploutarchou%2Fmicrogo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cploutarchou","download_url":"https://codeload.github.com/cploutarchou/microgo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252792237,"owners_count":21804930,"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","cms-framework","django","django-application","framework","go","golang","golang-application","gorest","laravel","orm"],"created_at":"2024-08-02T23:01:46.915Z","updated_at":"2025-05-07T00:32:52.923Z","avatar_url":"https://github.com/cploutarchou.png","language":"Go","funding_links":["https://www.paypal.com/donate?hosted_button_id=EH6BNRFVPZ63N"],"categories":["Repositories"],"sub_categories":[],"readme":"![logo](https://raw.githubusercontent.com/cploutarchou/MicroGO/master/docs/cover.png)\n# The Go version of Django Framework\n\nIn MicroGO, I take some of the most valuable features in Django and implement similar functionality in Go.\n\nSince Go is compiled and type-safe, web applications written in this language are typically much faster and far less\nerror-prone than an equivalent application, Django, written in Python.\n\n## Requirements\nmake sure you have the following dependencies:\n1. make - utility for building and maintaining groups of programs.\n2. GoLang - the compiler that MicroGO uses.\n\n### How to use MicroGO\n1. Download or clone MicroGO repository from [GitHub](https://github.com/cploutarchou/MicroGO.git)\n2. Run make build command in the root directory of MicroGO.\n\n## Alternative ways to install MicroGO binaries\nCurrently, the auto install script is only available for Linux OS fo other OS, you can manually install MicroGO binaries. See section [How to use MicroGO](#how-to-use-microgo) for more information.:\n1. Download the binaries from [GitHub Releases](https://github.com/cploutarchou/MicroGO/releases)\n2. Or run the following command:\n    ```bash\n    curl -L https://raw.githubusercontent.com/cploutarchou/MicroGO/master/install.sh | bash\n    ```\n### MicroGO Terminal Commands:\n\n* **help**                           - Show the help commands\n* **version**                        - Print application version\n* **make auth**                      - Create and runs migrations for auth tables, create models and middleware.\n* **migrate**                        - Runs all up migrations that have not been run previously\n* **migrate down**                   - Reverses the most recent migration\n* **migrate reset**                  - Runs all down migrations in reverse order, and then all up migrations\n* **make migration migration_name**  - Create two new up and down migrations in the migrations folder\n* **make handler handler_name**      - Create a stub handler on handlers directory\n* **make model  model_name**         - Create a new mode in the models directory\n* **make key**                       - Create a random key of 32 characters.\n* **make mail**                      - Create two starter mail templates in the mail directory.\n\n[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?hosted_button_id=EH6BNRFVPZ63N)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcploutarchou%2FMicroGO","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcploutarchou%2FMicroGO","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcploutarchou%2FMicroGO/lists"}