{"id":25949757,"url":"https://github.com/denver-code/moza-backend","last_synced_at":"2025-12-31T14:34:08.385Z","repository":{"id":280042062,"uuid":"940814697","full_name":"denver-code/moza-backend","owner":"denver-code","description":"Simple backend for Moza bank application, inspired by Monzo, build in Go.","archived":false,"fork":false,"pushed_at":"2025-02-28T23:35:03.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T00:03:37.257Z","etag":null,"topics":["bank","go","monzo"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/denver-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-02-28T21:01:58.000Z","updated_at":"2025-02-28T23:35:06.000Z","dependencies_parsed_at":"2025-03-03T16:01:09.185Z","dependency_job_id":null,"html_url":"https://github.com/denver-code/moza-backend","commit_stats":null,"previous_names":["denver-code/moza-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/denver-code/moza-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denver-code%2Fmoza-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denver-code%2Fmoza-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denver-code%2Fmoza-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denver-code%2Fmoza-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denver-code","download_url":"https://codeload.github.com/denver-code/moza-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denver-code%2Fmoza-backend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265829232,"owners_count":23835090,"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":["bank","go","monzo"],"created_at":"2025-03-04T12:29:02.548Z","updated_at":"2025-12-31T14:34:08.293Z","avatar_url":"https://github.com/denver-code.png","language":"Go","readme":"# Moza Backend  \nSimple backend for Moza bank application, inspired by Monzo, build in `Go`.\n\n## Download  \n```bash\ngit clone https://github.com/denver-code/moza-backend.git\ncd moza-backend\n```\n\n## Environment Variables  \nTo start, configure the environment variables in the `.env` file and docker-compose.yml file.\n```bash\ncp .env.example .env\n```  \n\n## SSL Certificates (NGINX Optional)  \nYou don't need to do this if you are running the application in development mode.  \n```bash\nopenssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ./nginx/ssl/moza.key -out ./nginx/ssl/moza.crt\n```\n\n## Installation (Docker)  \nWe highly recommend using Docker for both development and production.    \n```bash\ndocker-compose up\n```  \nor to run in detached mode:  \n```bash\ndocker-compose up -d\n```  \n\n\n## Installation (Manual)\nYou will need to have a PostgreSQL database running on your machine or a remote server.  \nAgain, easiest way to get started is to use Docker, we have a `postgres.docker-compose.yml` file that you can use to start a PostgreSQL database.  \n```bash\ndocker-compose -f postgres.docker-compose.yml up -d\n```  \n\nAfter setting up the database, it will be available on `postgres:5432` within docker `moza-network` or `localhost:5432` on your host machine, feel free to adjust ports in compose file.  \n\nTo start the application, you will need to have Go installed on your machine.  \n```bash\ngo mod download\ngo run main.go\n```\n\n## API Documentation  \nComing soon...","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenver-code%2Fmoza-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenver-code%2Fmoza-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenver-code%2Fmoza-backend/lists"}