{"id":19277519,"url":"https://github.com/ruffinweb/ruffinweb-portfolio-backend","last_synced_at":"2025-09-10T08:43:43.244Z","repository":{"id":225210863,"uuid":"748684536","full_name":"ruffinweb/Ruffinweb-Portfolio-Backend","owner":"ruffinweb","description":"Portfolio application to make my projects and info about me more easily accessible to the world. This repo contains the Django and Django Rest Framework files.","archived":false,"fork":false,"pushed_at":"2024-05-07T00:18:28.000Z","size":3825,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T21:29:25.470Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/ruffinweb.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-26T14:40:42.000Z","updated_at":"2024-05-07T00:18:32.000Z","dependencies_parsed_at":"2024-04-07T17:28:04.892Z","dependency_job_id":"f0bdb0fa-3f1b-4b73-af68-55179ae64345","html_url":"https://github.com/ruffinweb/Ruffinweb-Portfolio-Backend","commit_stats":null,"previous_names":["ruffinweb/ruffinweb-portfolio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ruffinweb/Ruffinweb-Portfolio-Backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffinweb%2FRuffinweb-Portfolio-Backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffinweb%2FRuffinweb-Portfolio-Backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffinweb%2FRuffinweb-Portfolio-Backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffinweb%2FRuffinweb-Portfolio-Backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruffinweb","download_url":"https://codeload.github.com/ruffinweb/Ruffinweb-Portfolio-Backend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffinweb%2FRuffinweb-Portfolio-Backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274434053,"owners_count":25284429,"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-09-10T02:00:12.551Z","response_time":83,"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":"2024-11-09T21:06:01.474Z","updated_at":"2025-09-10T08:43:43.222Z","avatar_url":"https://github.com/ruffinweb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ruffinweb Backend\n\nThis project serves as the portfolio for Elijah Ruffin, showcasing his work as a full-stack developer. The backend consists of simple Message and Sender models for storing information submitted by users.\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n- [Usage](#usage)\n- [API Documentation](#api-documentation)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\n\nThis project is for displaying information about me as a full-stack developer. The current backend is very simple with Message and Sender models for storing information submitted by users. \n\n## Features\n\n- Contact form\n- Automatic email replies\n\n## Technologies Used\n\n- Django\n- Django REST Framework (DRF)\n- PostgreSQL\n\n## Getting Started\n\nTo get started with this project locally, follow these steps:\n\n### Prerequisites\n\nMake sure you have the following prerequisites installed on your machine:\n\n- Python 3.x\n- pip (Python package installer)\n- PostgreSQL\n- Git\n\n### Installation\n\nBLOCK\n1. Clone the repository to your local machine:\n\n   ```bash\n   git clone https://github.com/ruffinweb/Ruffinweb-Portfolio-Backend.git\n   ```\n   \n2. Navigate to the project directory:\n   ```bash\n   cd RuffinwebProject\n   ```\n   \n3. Create and activate a virtual environment:\n   ```bash\n   python3 -m venv venv\n   source venv/bin/activate\n   ```\n \n4. Install the project dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n   \n5. Set up the PostgreSQL database:\n   - Create a new PostgreSQL database for the project.\n   - Update the database settings in `settings.py` with your PostgreSQL credentials.\n   \n6. Run database migrations:\n   ```bash\n   python manage.py migrate\n   ```\n\n7. Start the development server:\n   ```bash\n   python manage.py runserver\n   ```\n\n8. Open your web browser and navigate to [http://localhost:8000](http://localhost:8000) to access the application.\n\n## Usage\n\nVisit https://ruffinweb.com to view/use my website!\n\n## API Documentation\n\nAPI documentation will be available soon.\n\n## Contributing\n\nFeel free to submit a pull request or clone this repository for your own non-commercial application.\n\n## License\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruffinweb%2Fruffinweb-portfolio-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruffinweb%2Fruffinweb-portfolio-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruffinweb%2Fruffinweb-portfolio-backend/lists"}