{"id":50112643,"url":"https://github.com/core-euler/notions_app","last_synced_at":"2026-05-23T13:05:57.328Z","repository":{"id":257352072,"uuid":"857983148","full_name":"core-euler/notions_app","owner":"core-euler","description":"App for writing, reading and editing notions","archived":false,"fork":false,"pushed_at":"2024-09-19T19:53:13.000Z","size":127,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-28T18:54:06.687Z","etag":null,"topics":["aiogram","aiogram-dialog","fastapi","postgresql","python","redis","sqlalchemy"],"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/core-euler.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-16T04:50:55.000Z","updated_at":"2024-09-19T19:55:57.000Z","dependencies_parsed_at":"2024-09-17T08:58:39.027Z","dependency_job_id":null,"html_url":"https://github.com/core-euler/notions_app","commit_stats":null,"previous_names":["okoloboga/notions_app","core-euler/notions_app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/core-euler/notions_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/core-euler%2Fnotions_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/core-euler%2Fnotions_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/core-euler%2Fnotions_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/core-euler%2Fnotions_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/core-euler","download_url":"https://codeload.github.com/core-euler/notions_app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/core-euler%2Fnotions_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33396646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"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":["aiogram","aiogram-dialog","fastapi","postgresql","python","redis","sqlalchemy"],"created_at":"2026-05-23T13:05:55.028Z","updated_at":"2026-05-23T13:05:57.315Z","avatar_url":"https://github.com/core-euler.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NoteTakingApp\n\nA note-taking application built with FastAPI using PostgreSQL, Redis for caching, and a Telegram Bot using Aiogram for the user interface. This app allows users to easily create, edit, and delete notes through Telegram.\n\n## Requirements\n\n- Python 3.12+\n- Docker\n- Docker Compose\n\n## Technologies\n\nBackend:\n- FastAPI\n- PostgreSQL + SQLAlchemy\n\nBot:\n- Aiogram + aiogram_dialog\n- Fluentogram\n- Redis\n\n## Project Structure\n\n\nnotions_app/\n├── bot/                   # Code for Telegram Bot with Aiogram\n├── api/                   # Code for FastAPI backend\n├── docker-compose.yml     # Docker Compose configuration\n├── requirements.txt       # Python dependencies\n└── README.md              # This file\n\n## Installation\n\n1. Clone the repository:\n\n   \nbash\n   git clone \u003cyour_repository\u003e\n   cd notions_app\n   \n\n2. Ensure that Docker and Docker Compose are installed on your machine.\n\n3. Configure environment variables if necessary in project initialization files.\n\n## Running the Project\n\nTo start the application, use the following command:\n\nbash\ndocker-compose up --build\n\nThis command will:\n\n- Build the images for your backend and bot.\n- Start the PostgreSQL, Redis services, and your application.\n\nOnce the build is complete, you can access FastAPI at:\n\nhttp://api:8000\n\nYou can also interact with your application using the Telegram Bot.\n\n## Usage\n\n### Interacting with the Telegram Bot\n\n1. Find your bot in Telegram (use @BotFather to create a new bot).\n2. Send commands to create, edit, and delete notes.\n\n### API Request Examples\n\nYou can also interact with your API directly using tools like Postman or curl:\n\n## Stopping Services\n\nTo stop all containers, you can use:\n\nbash\ndocker-compose down\n\n## Contribution\n\nIf you'd like to contribute to the project, please create a pull request with a description of your changes.\n\n\n### Explanation of the README.md\n\n- Title and Description: Starts with a brief overview of the project.\n- Requirements: Lists the dependencies needed for the project.\n- Project Structure: Shows how the code is organized.\n- Installation and Running: Provides step-by-step instructions for setting up and running the application.\n- Usage: Contains details on how to interact with the Telegram bot and provides examples of API requests.\n- Stopping Services and License: Instructions on how to stop the services and information about the licensing of the project.\n- Contribution: Invites others to contribute to the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcore-euler%2Fnotions_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcore-euler%2Fnotions_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcore-euler%2Fnotions_app/lists"}