{"id":19953732,"url":"https://github.com/iamaindrik/shortnotes-aindrik","last_synced_at":"2026-04-12T15:10:53.258Z","repository":{"id":218346431,"uuid":"746191529","full_name":"iamaindrik/shortnotes-aindrik","owner":"iamaindrik","description":"This is a simple web-based application to save short notes with a title, date, and time using an SQLite database. It can also be used as a to-do list.","archived":false,"fork":false,"pushed_at":"2025-06-02T15:20:12.000Z","size":104,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T04:17:29.231Z","etag":null,"topics":["database","flask","html-css-javascript","python","sqllite"],"latest_commit_sha":null,"homepage":"https://shortnotes-aindrik.onrender.com","language":"CSS","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/iamaindrik.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":"2024-01-21T10:50:19.000Z","updated_at":"2025-06-02T15:32:48.000Z","dependencies_parsed_at":"2025-06-02T16:52:39.367Z","dependency_job_id":"154110de-5987-49e0-8ef3-84c19ae03d88","html_url":"https://github.com/iamaindrik/shortnotes-aindrik","commit_stats":null,"previous_names":["iamaindrik/shortnotes-aindrik"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iamaindrik/shortnotes-aindrik","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamaindrik%2Fshortnotes-aindrik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamaindrik%2Fshortnotes-aindrik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamaindrik%2Fshortnotes-aindrik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamaindrik%2Fshortnotes-aindrik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamaindrik","download_url":"https://codeload.github.com/iamaindrik/shortnotes-aindrik/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamaindrik%2Fshortnotes-aindrik/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280799425,"owners_count":26393089,"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-10-24T02:00:06.418Z","response_time":73,"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":["database","flask","html-css-javascript","python","sqllite"],"created_at":"2024-11-13T01:17:37.049Z","updated_at":"2025-10-24T12:53:46.210Z","avatar_url":"https://github.com/iamaindrik.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbody\u003e\n    \u003ch1\u003eShort Notes App\u003c/h1\u003e\n    \u003cp\u003eThis is a simple web-based application to save short notes with a title, date, and time using an SQLite database. It can also be used as a to-do list.\u003c/p\u003e\n    \u003ch2\u003eFeatures\u003c/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eSave notes with a title, date, and time.\u003c/li\u003e\n        \u003cli\u003eView all saved notes in a list.\u003c/li\u003e\n        \u003cli\u003eUse it as a to-do list to keep track of tasks.\u003c/li\u003e\n    \u003c/ul\u003e\n    \u003ch2\u003eHow to Run the App\u003c/h2\u003e\n    \u003ch3\u003eStep 1: Clone the Repository\u003c/h3\u003e\n    \u003cp\u003eOpen your terminal and run the following command to clone the repository:\u003c/p\u003e\n    \u003cpre\u003e\u003ccode\u003egit clone https://github.com/iamaindrik/shortnotes-aindrik.git\u003c/code\u003e\u003c/pre\u003e\n    \u003ch3\u003eStep 2: Navigate to the Project Directory\u003c/h3\u003e\n    \u003cp\u003eChange into the project directory:\u003c/p\u003e\n    \u003cpre\u003e\u003ccode\u003ecd shortnotes-aindrik\u003c/code\u003e\u003c/pre\u003e\n    \u003ch3\u003eStep 3: Install Dependencies\u003c/h3\u003e\n    \u003cp\u003eMake sure you have Python installed. Install the required packages using:\u003c/p\u003e\n    \u003cpre\u003e\u003ccode\u003epip install -r requirements.txt\u003c/code\u003e\u003c/pre\u003e\n    \u003ch3\u003eStep 4: Run the Application\u003c/h3\u003e\n    \u003cp\u003eStart the app with the following command:\u003c/p\u003e\n    \u003cpre\u003e\u003ccode\u003epython app.py\u003c/code\u003e\u003c/pre\u003e\n    \u003cp\u003eOpen your browser and go to \u003ccode\u003ehttp://127.0.0.1:5000\u003c/code\u003e to use the app.\u003c/p\u003e\n    \u003ch2\u003eTechnologies Used\u003c/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003ePython\u003c/li\u003e\n        \u003cli\u003eFlask\u003c/li\u003e\n        \u003cli\u003eSQLite\u003c/li\u003e\n        \u003cli\u003eHTML, CSS, and JavaScript (for frontend, if applicable)\u003c/li\u003e\n    \u003c/ul\u003e\n    \u003ch2\u003eLicense\u003c/h2\u003e\n    \u003cp\u003eThis project is open-source and available for use and modification.\u003c/p\u003e\n    \u003cp\u003eHappy coding!\u003c/p\u003e\n\u003c/body\u003e\n\n\u003cp align=\"center\"\u003e \u003cimg src=\"https://readme-typing-svg.demolab.com?font=Fira+Code\u0026weight=600\u0026size=24\u0026duration=4000\u0026pause=500\u0026color=36BCF7\u0026center=true\u0026vCenter=true\u0026width=435\u0026lines=Written+with+❤️+by+Aindrik\" alt=\"Typing SVG\"\u003e \u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamaindrik%2Fshortnotes-aindrik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamaindrik%2Fshortnotes-aindrik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamaindrik%2Fshortnotes-aindrik/lists"}