{"id":26769453,"url":"https://github.com/paudefclasspy/tech-task-be","last_synced_at":"2025-08-31T16:41:35.788Z","repository":{"id":283742134,"uuid":"952758016","full_name":"paudefclasspy/Tech-Task-BE","owner":"paudefclasspy","description":"Tech-Task-BE","archived":false,"fork":false,"pushed_at":"2025-03-21T21:40:03.000Z","size":489,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T22:34:59.124Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paudefclasspy.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-03-21T20:37:32.000Z","updated_at":"2025-03-21T21:40:06.000Z","dependencies_parsed_at":"2025-03-28T22:31:41.042Z","dependency_job_id":null,"html_url":"https://github.com/paudefclasspy/Tech-Task-BE","commit_stats":null,"previous_names":["paudefclasspy/tech-task-be"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paudefclasspy/Tech-Task-BE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paudefclasspy%2FTech-Task-BE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paudefclasspy%2FTech-Task-BE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paudefclasspy%2FTech-Task-BE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paudefclasspy%2FTech-Task-BE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paudefclasspy","download_url":"https://codeload.github.com/paudefclasspy/Tech-Task-BE/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paudefclasspy%2FTech-Task-BE/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273010889,"owners_count":25030367,"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-08-31T02:00:09.071Z","response_time":79,"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":[],"created_at":"2025-03-28T22:31:39.755Z","updated_at":"2025-08-31T16:41:35.778Z","avatar_url":"https://github.com/paudefclasspy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Loan Calculator\n\nA Django-based web application for managing and calculating loan invoices with a modern Bootstrap UI.\n\n## 🚀 Features\n\n- User authentication and registration system\n- Interactive dashboard with real-time calculations\n- Multi-currency support\n- Visual data representation using Chart.js\n- RESTful API with Django REST Framework\n- Responsive Bootstrap 5 UI\n- Comprehensive test suite\n\n## 🛠️ Tech Stack\n\n- Python 3.9+\n- Django 4.2.7\n- Django REST Framework 3.14.0\n- Bootstrap 5.1.3\n- Chart.js\n- SQLite (Development) / PostgreSQL (Production)\n- pytest for testing\n\n## 🔧 Installation\n\n1. Clone the repository:\n```\ngit clone https://github.com/yourusername/loan-calculator.git\ncd loan-calculator\n```\n\n2. Create and activate a virtual environment:\n```\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\n```\n\n3. Install dependencies:\n```\npip install -r requirements.txt\n```\n\n4. Set up the database:\n```\npython manage.py migrate\n```\n\n5. Create a superuser:\n```\npython manage.py createsuperuser\n```\n\n6. Run the development server:\n```\npython manage.py runserver\n```\n\nThe application will be available at `http://127.0.0.1:8000/`\n\n## 🗂️ Project Structure\n\n```\nloan_calculator/\n├── manage.py\n├── requirements.txt\n├── core/\n│   ├── settings.py\n│   ├── urls.py\n│   └── wsgi.py\n└── apps/\n    ├── accounts/\n    │   ├── forms.py\n    │   ├── views.py\n    │   └── urls.py\n    └── invoices/\n        ├── models.py\n        ├── services.py\n        ├── views.py\n        └── templates/\n```\n\n## 🧪 Running Tests\n\nThe project uses pytest for testing. To run the test suite:\n\n```\npytest\n```\n\nFor more verbose output:\n```\npytest -v\n```\n\n## 🔐 Environment Variables\n\nCreate a `.env` file in the root directory with the following variables:\n\n```\nDEBUG=True\nSECRET_KEY=your-secret-key-here\nDATABASE_URL=sqlite:///db.sqlite3\n```\n\n## 🚀 Deployment\n\nFor production deployment:\n\n1. Set `DEBUG=False` in settings\n2. Update `ALLOWED_HOSTS`\n3. Use a production-grade database (PostgreSQL recommended)\n4. Configure static files serving\n5. Set up proper security measures\n\n## 📝 API Documentation\n\nThe API endpoints are available at:\n\n- `/` - Dashboard\n- `/invoices` - Invoices\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaudefclasspy%2Ftech-task-be","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaudefclasspy%2Ftech-task-be","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaudefclasspy%2Ftech-task-be/lists"}