{"id":22555711,"url":"https://github.com/aleandropresta/articles-webapp","last_synced_at":"2026-05-18T05:37:31.855Z","repository":{"id":243671113,"uuid":"813090959","full_name":"AleandroPresta/articles-webapp","owner":"AleandroPresta","description":"A web app built in Django and Bootstrap that allows the user to sign in, log in and add new posts","archived":false,"fork":false,"pushed_at":"2024-07-01T10:23:31.000Z","size":12385,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T11:29:14.630Z","etag":null,"topics":["django","python","sqlite3","webapp"],"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/AleandroPresta.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-06-10T13:16:23.000Z","updated_at":"2024-07-22T14:18:53.000Z","dependencies_parsed_at":"2025-02-02T11:38:16.356Z","dependency_job_id":null,"html_url":"https://github.com/AleandroPresta/articles-webapp","commit_stats":null,"previous_names":["aleandropresta/articles-webapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AleandroPresta%2Farticles-webapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AleandroPresta%2Farticles-webapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AleandroPresta%2Farticles-webapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AleandroPresta%2Farticles-webapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AleandroPresta","download_url":"https://codeload.github.com/AleandroPresta/articles-webapp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246017730,"owners_count":20710240,"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":["django","python","sqlite3","webapp"],"created_at":"2024-12-07T19:08:44.259Z","updated_at":"2026-05-18T05:37:26.807Z","avatar_url":"https://github.com/AleandroPresta.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Articles Webapp\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Features](#features)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n\n\n## Overview\n\n`articles-webapp` is a web application built using Django, a high-level Python web framework, and Bootstrap, a front-end framework for developing responsive and mobile-first websites. This application allows users to sign up, log in, and publish new posts, making it an ideal platform for sharing articles, blogs, or any form of written content.\n\n## Features\n\n- **User Authentication**: Supports user registration, login, and logout functionalities.\n- **Article Management**: Users can add new posts, edit their existing posts, and delete them.\n- **Responsive Design**: Utilizes Bootstrap to ensure the web app is accessible and provides a seamless experience across various devices and screen sizes.\n\n## Prerequisites\n\nBefore you begin, ensure you have the following installed on your system:\n- Python (version 3.6 or newer)\n- pip (Python package installer)\n\n## Installation\n\n1. **Clone the Repository**\n\n   ```bash\n   git clone https://github.com/yourusername/articles-webapp.git\n   cd articles-webapp\n   ```\n\n2. **Set Up a Virtual Environment (Optional but recommended)\n    ```bash\n    python -m venv venv\n    source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n    ```\n\n3. **Install Dependencies**\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n4. **Database Migrations**\n    Apply database migrations to set up the necessary database schema:\n    ```bash\n    python manage.py migrate\n    ```\n\n5. **Run the Development Server**\n    Start the Django development server:\n    ```bash\n    python manage.py runserver\n    ```\n   Visit `http://127.0.0.1:8000/` in your web browser to view the application.\n\n## Usage\n\n- **Sign Up**: Navigate to the sign-up page to create a new user account.\n    ![Sign Up](./screenshots/Signup.png)\n\n- **Log In**: Log in with your user credentials to access the application.\n    ![Log In](./screenshots/Login.png)\n- **Add New Post**: Once logged in, you can add new posts by navigating to the appropriate section in the application.\n    ![New Post](./screenshots/New%20Post.png)\n\n- **Navigate Posts**: Navigate all the posts in the site, using the search and filter functionality to make the reserch easier.\n    ![All Posts](./screenshots/All%20Posts.png)\n\n- **Edit and delete your posts**: Edit and delete posts that you have created from your profile.\n\n    ![My Profile](./screenshots/My%20Profile.png)\n\n    ![Edit Post](./screenshots/Edit%20Post.png)\n\n- **Update your profile**: Update your profile picture, bio, address and phone number.\n    ![Update User](./screenshots/Update%20User.png)\n\n- **User Profile**: Visit other people's profiles and see their informations and their posts.\n    ![User Profile](./screenshots/User%20profile.png)\n\n- **Articles and Comments**: Read the full articles and leave comments.\n    ![Articles and comments](./screenshots/Articles%20and%20comments.png)\n\n## Contributing\n\nContributions to `articles-webapp` are welcome! Please follow the standard fork-and-pull request workflow. If you plan on adding a new feature or fixing a bug, please open an issue first to discuss your ideas.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleandropresta%2Farticles-webapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faleandropresta%2Farticles-webapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleandropresta%2Farticles-webapp/lists"}