{"id":27010754,"url":"https://github.com/philiptitus/pmartdjango","last_synced_at":"2026-04-30T00:02:08.205Z","repository":{"id":285426300,"uuid":"958106129","full_name":"philiptitus/pmartdjango","owner":"philiptitus","description":"Django-Based Backend for my freelance shop","archived":false,"fork":false,"pushed_at":"2025-06-14T06:13:49.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T07:28:20.664Z","etag":null,"topics":["django","django-rest-framework","ecommerce","fiverr","freelance","gmail-smtp","upwork"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/philiptitus.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-31T16:48:45.000Z","updated_at":"2025-06-14T06:13:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"887c69a9-2662-4482-960b-08842c084791","html_url":"https://github.com/philiptitus/pmartdjango","commit_stats":null,"previous_names":["philiptitus/pmartdjango"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/philiptitus/pmartdjango","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philiptitus%2Fpmartdjango","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philiptitus%2Fpmartdjango/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philiptitus%2Fpmartdjango/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philiptitus%2Fpmartdjango/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philiptitus","download_url":"https://codeload.github.com/philiptitus/pmartdjango/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philiptitus%2Fpmartdjango/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32448882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["django","django-rest-framework","ecommerce","fiverr","freelance","gmail-smtp","upwork"],"created_at":"2025-04-04T11:27:17.898Z","updated_at":"2026-04-30T00:02:08.189Z","avatar_url":"https://github.com/philiptitus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PMart Backend\n\nThis is the backend service for PMart, an e-commerce platform that i made to sell my tech services as  freelance. It is built with Django and Django REST Framework. The frontend of this project is built on NextJs.\n\n## Tech Stack\n\n- Python 3.x\n- Django 5.0.2\n- Django REST Framework 3.14.0\n- Django CORS Headers 4.3.1\n- SQLite Database\n\n## Prerequisites\n\n- Python 3.x installed\n- pip (Python package manager)\n\n## Setup Instructions\n\n1. Create and activate a virtual environment (recommended):\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows: venv\\Scripts\\activate\n   ```\n\n2. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. Set up environment variables:\n   - Copy `.env.example` to `.env` (if available)\n   - Configure your environment variables in `.env`\n\n4. Run migrations:\n   ```bash\n   python manage.py migrate\n   ```\n\n5. Start the development server:\n   ```bash\n   python manage.py runserver\n   ```\n\nThe backend server will be available at `http://localhost:8000`\n\n## API Documentation\n\nThe API documentation is available at `/api/docs/` when the server is running.\n\n## Project Structure\n\n- `ecommerce/` - Main application directory\n- `media/` - Directory for user-uploaded files\n- `manage.py` - Django's command-line utility for administrative tasks\n- `requirements.txt` - Python dependencies\n- `.env` - Environment variables (not tracked in git)\n\n## Development\n\n- The backend uses Django REST Framework for API development\n- CORS is configured to allow frontend requests\n- SQLite is used as the database for development \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphiliptitus%2Fpmartdjango","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphiliptitus%2Fpmartdjango","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphiliptitus%2Fpmartdjango/lists"}