{"id":18293261,"url":"https://github.com/steppacodes/expense-api","last_synced_at":"2026-03-07T02:35:31.560Z","repository":{"id":217910691,"uuid":"745066555","full_name":"SteppaCodes/Expense-API","owner":"SteppaCodes","description":"An expense tracker API built with django rest framework","archived":false,"fork":false,"pushed_at":"2024-04-25T19:04:33.000Z","size":1989,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T02:06:55.722Z","etag":null,"topics":["api","api-rest","backend-api","django","django-application","djangorestframework","explore","webdevelopment"],"latest_commit_sha":null,"homepage":"https://steppa-expense-api.vercel.app/api/v1","language":"JavaScript","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/SteppaCodes.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-01-18T15:22:36.000Z","updated_at":"2024-12-21T18:48:06.000Z","dependencies_parsed_at":"2024-04-25T20:37:29.227Z","dependency_job_id":null,"html_url":"https://github.com/SteppaCodes/Expense-API","commit_stats":null,"previous_names":["steppacodes/expense-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SteppaCodes/Expense-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteppaCodes%2FExpense-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteppaCodes%2FExpense-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteppaCodes%2FExpense-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteppaCodes%2FExpense-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SteppaCodes","download_url":"https://codeload.github.com/SteppaCodes/Expense-API/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteppaCodes%2FExpense-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30206087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"online","status_checked_at":"2026-03-07T02:00:06.765Z","response_time":53,"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":["api","api-rest","backend-api","django","django-application","djangorestframework","explore","webdevelopment"],"created_at":"2024-11-05T14:23:31.111Z","updated_at":"2026-03-07T02:35:31.469Z","avatar_url":"https://github.com/SteppaCodes.png","language":"JavaScript","readme":"# Expense-API\nAn expense tracker API built with django rest framework\n\n# Features\n- Autheentication\n- CRUD Expenses and categories\n- Add spend limit for category\n- Stats for expenses and categories (for the current day, the previous day, the current week and the current year)\n\n # Testing the API \n- To test the functionality of the api, you can use the following login credentials to be authorized:\n    email: steppaapitestuser@gmail.com\n    password: testuser\n- To use the API, all the endpoints are available on the API documentation page. You can access the API documentation by navigating to ```https://steppa-expense-api.vercel.app/api/v1/#/``` in your browser. The API documentation provides a list of all the endpoints available and the required parameters for each endpoint.\n- I encourage frontend developers who have built expense tracker projects to use the API and provide feedback on how it can be improved.\n\n# Installation Guide\n\n- Download or clone this repostory using\n  ```sh\n  git@github.com:SteppaCodes/Expense-API.git\n- Navigate into your project directory\n  ```sh\n  cd expense-api\n- Create a virtual environment\n  ```sh\n  python -m venv env\n- Activate the virtual environment\n- On Windows:\n  ```sh\n  env\\scripts\\activate\n- On Macos:\n  ```sh \n  source env/bin/activate\n- Install dependencies\n  ```sh\n  pip install -r requirements.txt\n- Run migrations to setup initial database schema\n  ```sh\n  python manage.py migrate\n- Create super user(optional)\n  ```sh\n  python manage.py createsuperuser\n- Run the development server\n  ```sh\n  python manage.py runserver\n- Access the API: on your browser, navigate to\n   ``` sh\n    http://127.0.0.1:8000/api/v1/\n\n# Authentication \nToken-based authentication is used to secure the API endpoints. To access protected endpoints, include the token in the request headers:\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteppacodes%2Fexpense-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteppacodes%2Fexpense-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteppacodes%2Fexpense-api/lists"}