{"id":24830150,"url":"https://github.com/quving/deptifree","last_synced_at":"2025-06-18T16:33:00.059Z","repository":{"id":49692274,"uuid":"167172513","full_name":"Quving/deptifree","owner":"Quving","description":"A fun project written in python using django.","archived":false,"fork":false,"pushed_at":"2022-12-08T01:34:49.000Z","size":65,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T02:43:13.586Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Quving.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-23T11:34:44.000Z","updated_at":"2019-02-05T23:44:11.000Z","dependencies_parsed_at":"2023-01-24T03:30:23.333Z","dependency_job_id":null,"html_url":"https://github.com/Quving/deptifree","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Quving/deptifree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quving%2Fdeptifree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quving%2Fdeptifree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quving%2Fdeptifree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quving%2Fdeptifree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quving","download_url":"https://codeload.github.com/Quving/deptifree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quving%2Fdeptifree/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260589474,"owners_count":23032898,"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":[],"created_at":"2025-01-30T23:49:10.224Z","updated_at":"2025-06-18T16:32:55.010Z","avatar_url":"https://github.com/Quving.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deptifree\nA fun project written in python using django.\n\n[![Build Status](https://drone.quving.com/api/badges/Quving/deptifree/status.svg)](https://drone.quving.com/Quving/deptifree)\n\n## What's Deptifree?\nDeptifree is an application that manages smartly your depts at your friends. By providing a well design overview you know everytime and everywhere about your financial status.\n\n\n## What's in this repository?\nThis repository provides the whole RestApi-Backend of Deptifree written in Python.\n\n## Setup\n1. ```git clone git@github.com:Quving/deptifree.git ```\n2. ``` cd deptifree ```\n3. ``` pip install -r requirements.txt ```\n4. Set required system environment variables like described below.\n5. ``` python manage.py runserver ```\n\n### Environment Variables\nAdd these to ```~/.bashrc ``` (Linux), or ```~/.bash_profile``` (Mac)\n\n```\nexport MYSQL_DB=\"deptifree\"\nexport MYSQL_USER=\"deptifree\"\nexport MYSQL_PASSWORD=\"mybestpassword\"\nexport MYSQL_HOST=\"myhost.com\"\nexport MYSQL_PORT=\"3300\"\nexport EMAIL_HOST='in-v3.mailjet.com'\nexport DEFAULT_FROM_EMAIL='example@myhost.com'\nexport EMAIL_PORT=587\nexport EMAIL_HOST_USER='some_client_id'\nexport EMAIL_HOST_PASSWORD='some_client_secret'\n```\n\n## Register user\nTo be able to perform CRUD-Operations on the entities, the user should be registred.\n\nExample POST-request using curl:\n```\ncurl -X POST --header 'Content-Type: application/json' \\\n--header 'Accept: application/json' -d \\\n'{  \n   \"username\": \"myusername\", \\ \n   \"email\": \"my@awesome.email\", \\ \n   \"password1\": \"mypassword!\", \\ \n   \"password2\": \"mypassword!\" \\ \n }' 'http://localhost:8000/account/registration/'\n \n```\n\n\n## API-Documentation\nThe swagger documentation can be found here.\nhttp://localhost:8000/docs/swagger\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquving%2Fdeptifree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquving%2Fdeptifree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquving%2Fdeptifree/lists"}