{"id":19883040,"url":"https://github.com/ezeisraeljohn/mofisafe","last_synced_at":"2026-05-11T21:31:29.727Z","repository":{"id":242870671,"uuid":"802108712","full_name":"ezeisraeljohn/mofisafe","owner":"ezeisraeljohn","description":"This is a financial tracking app","archived":false,"fork":false,"pushed_at":"2025-02-04T10:49:58.000Z","size":23898,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T03:26:09.502Z","etag":null,"topics":["budget-app","django","django-application","django-project","django-rest-api","django-rest-framework","finance-management"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ezeisraeljohn.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":"2024-05-17T14:41:15.000Z","updated_at":"2024-10-03T16:10:25.000Z","dependencies_parsed_at":"2025-01-11T18:35:07.666Z","dependency_job_id":null,"html_url":"https://github.com/ezeisraeljohn/mofisafe","commit_stats":null,"previous_names":["ezeisraeljohn/mofisafe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ezeisraeljohn/mofisafe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezeisraeljohn%2Fmofisafe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezeisraeljohn%2Fmofisafe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezeisraeljohn%2Fmofisafe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezeisraeljohn%2Fmofisafe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ezeisraeljohn","download_url":"https://codeload.github.com/ezeisraeljohn/mofisafe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezeisraeljohn%2Fmofisafe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286079811,"owners_count":27282121,"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-11-25T02:00:05.816Z","response_time":54,"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":["budget-app","django","django-application","django-project","django-rest-api","django-rest-framework","finance-management"],"created_at":"2024-11-12T17:19:13.332Z","updated_at":"2025-11-25T04:05:15.358Z","avatar_url":"https://github.com/ezeisraeljohn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![1718181695778](https://github.com/ezeisraeljohn/mofisafe/assets/113423080/31d644b6-ef5f-4e19-a7c7-07bf316e6424)\n\n# Mofisafe  - A Financial Tracking App\n\nWelcome to The Mofisafe App. This is a Django application designed to help you manage your finances.\n\nYou can visit the deployed site here. For more insights and detailed information, check out the final project blog article here.\n\n\n\n\n## Acknowledgements\n\n - [Tailwind Official Documentation](https://v2.tailwindcss.com/docs)\n - [Django Official Documentation](https://docs.djangoproject.com/en/5.0/)\n\n\n## API Reference\n\n#### To access the Mofisafe API, use the following endpoint. This will take you to our Django REST Framework (DRF) home page, where you can view and interact with all available API endpoints once logged in.\n\n```http\n  GET /api/v1/\n```\n\n## Authentication. \n\n#### Access to the API requires authentication. Ensure that you are logged in to access the full range of API endpoints. You must sign up as a user to login via the DRF hime page\n\n```http\n  GET api/v1/auth/\n```\n\n\n## Authors\n\n- [@Ughagwu Oluchukwu](https://github.com/oluchristian)\n- [@Eze Israel John](https://github.com/ezeisraeljohn)\n- [@Sanele Skhosana](https://github.com/sanzamcmillian)\n\n\n## Installation\n\nTo get a local copy up and running, follow these simple steps.\n\n```bash\n  git clone https://github.com/ezeisraeljohn/mofisafe.git\n  cd mofisafe\n```\n\nCreate a virtual environment.\n\n```bash\n  python -m venv venv\n```\n\nActivate the virtual environment.\n\n```bash\n  source venv/bin/activate\n```\n\nInstall dependencies.\n\n```bash\n  pip install -r requirements.txt\n```\n\nApply migrations\n\n```bash\n  python manage.py migrate\n```\n\nApply migrations\n\n```bash\n  python manage.py migrate\n```\n\nRun the development server\n\n```bash\n  python manage.py runserver\n```\n    \n## Usage/Examples\n\nOnce the server is running, you can access the application in your web browser at http://127.0.0.1:8000/.\n\n\n## Contributing\n\nContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.\n\nFork the Project\nCreate your Feature Branch (git checkout -b feature/AmazingFeature)\nCommit your Changes (git commit -m 'Add some AmazingFeature')\nPush to the Branch (git push origin feature/AmazingFeature)\nOpen a Pull Request\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezeisraeljohn%2Fmofisafe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fezeisraeljohn%2Fmofisafe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezeisraeljohn%2Fmofisafe/lists"}