{"id":22493071,"url":"https://github.com/cesaxis-training/backend","last_synced_at":"2025-03-27T20:44:04.818Z","repository":{"id":264345437,"uuid":"893085896","full_name":"cesaxis-training/backend","owner":"cesaxis-training","description":"Backend repository","archived":false,"fork":false,"pushed_at":"2024-11-26T21:52:49.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-01T23:15:29.535Z","etag":null,"topics":["backend","devops-tools","python"],"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/cesaxis-training.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-23T13:52:05.000Z","updated_at":"2024-11-26T21:52:53.000Z","dependencies_parsed_at":"2024-11-23T15:35:29.351Z","dependency_job_id":"1501af67-738b-4e5b-af14-ce1e13f506bc","html_url":"https://github.com/cesaxis-training/backend","commit_stats":null,"previous_names":["cesaxis-training/backend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesaxis-training%2Fbackend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesaxis-training%2Fbackend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesaxis-training%2Fbackend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesaxis-training%2Fbackend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cesaxis-training","download_url":"https://codeload.github.com/cesaxis-training/backend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245924442,"owners_count":20694728,"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":["backend","devops-tools","python"],"created_at":"2024-12-06T18:31:35.691Z","updated_at":"2025-03-27T20:44:04.790Z","avatar_url":"https://github.com/cesaxis-training.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quotes API Backend\n\nA RESTful API service for managing quotes, built with Python/Flask, containerized with Docker, and automated with CI/CD workflows.\n\n## Overview\n\nThis backend service provides API endpoints to manage a collection of quotes, supporting full CRUD (Create, Read, Update, Delete) operations.\n\n## Features\n\n- RESTful API endpoints with Flask\n- CRUD operations for quotes\n- Docker containerization\n- CI/CD pipelines with GitHub Actions\n\n## API Endpoints\n\n| Method | Endpoint        | Description               |\n| ------ | --------------- | ------------------------- |\n| GET    | /api/quotes     | Retrieve all quotes       |\n| GET    | /api/quotes/:id | Retrieve a specific quote |\n| POST   | /api/quotes     | Create a new quote        |\n| PUT    | /api/quotes/:id | Update an existing quote  |\n| DELETE | /api/quotes/:id | Delete a quote            |\n\n## Getting Started\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone git@github.com:cesaxis-training/backend.git\n   cd backend\n   ```\n\n2. **Setup environment variables:**\n\n   ```bash\n   cp .env.example .env\n   ```\n\n3. **Run with Docker:**\n\n   ```bash\n   docker-compose up --build\n   ```\n\n## Database Usage\n\nTo interact with the database, use the following command:\n\n```bash\ndocker compose exec db mysql -p\n```\n\nThe schema is defined in the `models.py` file and automatically created when the container starts if it doesn't exist.\n\n## Disclaimer\n\nThis project is for educational purposes and does not include any authentication or authorization mechanisms. It is intended to be used as a starting point for building a RESTful API service.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesaxis-training%2Fbackend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcesaxis-training%2Fbackend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesaxis-training%2Fbackend/lists"}