{"id":28545298,"url":"https://github.com/harvidston/artheart","last_synced_at":"2026-04-13T04:32:53.900Z","repository":{"id":298027739,"uuid":"997721595","full_name":"harvidston/artheart","owner":"harvidston","description":"Web platform for sharing and exploring digital art — built with Django, React, Redux, and PostgreSQL.","archived":false,"fork":false,"pushed_at":"2025-06-11T20:52:40.000Z","size":59912,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-29T01:47:22.546Z","etag":null,"topics":["api","axios-react","django","django-rest-framework","docker","postgresql","python","react","redux","rest-api","styled-components"],"latest_commit_sha":null,"homepage":"","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/harvidston.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,"zenodo":null}},"created_at":"2025-06-07T03:28:47.000Z","updated_at":"2025-06-11T20:52:44.000Z","dependencies_parsed_at":"2025-06-09T02:37:16.525Z","dependency_job_id":"ac92d6ef-13eb-4495-982c-f35af7d7a668","html_url":"https://github.com/harvidston/artheart","commit_stats":null,"previous_names":["harvidston/artheart"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harvidston/artheart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harvidston%2Fartheart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harvidston%2Fartheart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harvidston%2Fartheart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harvidston%2Fartheart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harvidston","download_url":"https://codeload.github.com/harvidston/artheart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harvidston%2Fartheart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31740266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T03:27:07.512Z","status":"ssl_error","status_checked_at":"2026-04-13T03:26:53.610Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["api","axios-react","django","django-rest-framework","docker","postgresql","python","react","redux","rest-api","styled-components"],"created_at":"2025-06-09T23:07:09.524Z","updated_at":"2026-04-13T04:32:53.886Z","avatar_url":"https://github.com/harvidston.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![artheart-git-logo](https://github.com/user-attachments/assets/3ae48fa5-4e15-450e-8966-1e683b389347)\n\n|![catalog](https://github.com/user-attachments/assets/405b77ea-92eb-49d3-975c-e0d702877ee8)|![2](https://github.com/user-attachments/assets/72d8874c-9c42-4d29-bfa3-d828b907f778)|\n|:--:|:--:|\n|![3](https://github.com/user-attachments/assets/b1eec9ba-d3a3-4b5e-b8fd-3692201148c2)|![4](https://github.com/user-attachments/assets/6ce6420c-1dd0-4ced-8700-85595c81e32d)|\n|![5](https://github.com/user-attachments/assets/9cfc0695-4402-469a-a150-d19fdbc54d9b)|![6](https://github.com/user-attachments/assets/615b9c36-63f0-4735-afeb-02f67662e2ca)|\n\n## Description\n**ArtHeart** — a unique blend of social networking and e-commerce, all in one creative web platform. This project is a full-stack web application for browsing, publishing, and purchasing products, with built-in user profiles, social interaction, and e-commerce functionality.\n\nProject includes the following key features:\n- Category-based browsing.\nView publications filtered by specific creative categories.\n- Publication management.\nUsers can create, edit, and delete their own creative works.\n- User authentication and registration.\n  Secure sign-up and login functionality for managing access and user sessions.\n- Social interaction tools.\nUsers can leave comments and likes on publications to engage with the creative community.\n- Wishlist and order processing.\nAbility to create a wishlist of products and place an order.\n- User subscriptions.\nOption to follow favorite user profiles for updates of their latest publications.\n- Publication detail view.\nAccess a dedicated page with full information about a selected publication.\n\n## Technology Stack\n- Django \n- Django REST Framework\n- Simple JWT\n- React JS \n- Styled components \n- Redux\n- Axios\n- PostgreSQL\n- Docker\n## Project Structure\n```\nartheart/\n├── backend/\n│   ├── artists/\n│   ├── orders/\n│   ├── product/\n│   ├── publications/\n│   ├── config/\n│   │   ├── asgi.py\n│   │   ├── wsgi.py\n│   │   ├── urls.py\n│   │   └── settings/\n│   │       ├── __init__.py\n│   │       ├── base.py\n│   │       ├── dev.py\n│   │       ├── prod.py\n│   ├── static/\n│   ├── media/\n│   ├── manage.py\n│   ├── requirements.txt\n│   ├── .env\n│   └── .env.prod\n├── frontend/\n│   ├── public/\n│   ├── src/\n│   │   ├── actions/\n│   │   ├── components/\n│   │   ├── constants/\n│   │   ├── design_media/\n│   │   ├── hooks/\n│   │   ├── pages/\n│   │   ├── reducers/\n│   │   ├── routes/\n│   │   ├── App.js\n│   │   ├── index.js\n│   │   └── platform.js\n│   ├── package.json\n│   └── package-lock.json\n├── .gitignore\n├── README.md\n```\n## Environment Configuration\n[Python-decouple](https://pypi.org/project/python-decouple/) lib helps you to organize your settings so that you can change parameters without having to redeploy your app.\n\n- `base.py` — base settings \n- `dev.py` — local development \n- `prod.py` — safe prod\n- `.env` — file with secret local configuration values\n```\nSECRET_KEY=secret-dev-key\nDEBUG=True\nALLOWED_HOSTS=127.0.0.1,localhost\n\nDB_NAME=dbname\nDB_USER=dbuser\nDB_PASSWORD=dbpassword\nDB_HOST=localhost\nDB_PORT=5432\n```\n- `.env.prod` — similar to .env, but with production values\n- `settings/__init__.py` — logic to select the necessary settings depending on the environment variable `DJANGO_ENV`\n\nWhen starting the server, include the environment variable `DJANGO_ENV` with` dev` or `prod` values:\n```\nDJANGO_ENV=prod python manage.py runserver\n```\n## Installation\nFollow the steps below to get started with this projects development environment.\n1. Clone this repository\n```\ngit clone https://github.com/harvidston/artheart\n```\n2. Navigate into backend, create and activate python virtual environment \n```\ncd backend\npython3 -m venv venv\nsource venv/bin/activate\n```\n3. Install python dependencies\n```\npip install -r requirements.txt\n```\n4. Create `artheart/.env` file with dev variables and values:\n```\nSECRET_KEY=secret-dev-key\nDEBUG=True\nALLOWED_HOSTS=127.0.0.1,localhost\n\nDB_NAME=dbname\nDB_USER=dbuser\nDB_PASSWORD=dbpassword\nDB_HOST=localhost\nDB_PORT=5432\n```\n5. Start Django development server with the environment variable `DJANGO_ENV`\n```\nDJANGO_ENV=dev python manage.py runserver\n```\n6. Navigate into frontend and install dependencies from `package.json`\n```\ncd frontend\nnpm install\n```\n7. Start React project\n```\nnpm start\n```\nYou're ready to develop!\n## API-Documentation\nInteractive API documentation is automatically generated using [drf-spectacular](https://github.com/tfranzel/drf-spectacular).\n\n- Swagger UI: [http://localhost:8000/api/docs/swagger/](http://localhost:8000/api/docs/swagger/)\n- Redoc: [http://localhost:8000/api/docs/redoc/](http://localhost:8000/api/docs/redoc/)\n- OpenAPI JSON: [http://localhost:8000/api/schema/](http://localhost:8000/api/schema/)\n\n![swaggerUI](https://github.com/user-attachments/assets/65e65d67-af41-4d46-a658-5d6b9b32dd5c)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharvidston%2Fartheart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharvidston%2Fartheart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharvidston%2Fartheart/lists"}