{"id":18980988,"url":"https://github.com/lukaskoeller/notus","last_synced_at":"2026-04-12T09:37:48.612Z","repository":{"id":171224346,"uuid":"645061535","full_name":"lukaskoeller/notus","owner":"lukaskoeller","description":"simple notes application","archived":false,"fork":false,"pushed_at":"2024-07-22T21:11:11.000Z","size":17523,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T01:53:10.406Z","etag":null,"topics":["fastapi","notes","productivity","python","react"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/lukaskoeller.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":"2023-05-24T20:52:19.000Z","updated_at":"2024-07-22T21:11:14.000Z","dependencies_parsed_at":"2023-10-12T15:51:13.387Z","dependency_job_id":"d7690ef2-5919-481f-a817-5b58dd945206","html_url":"https://github.com/lukaskoeller/notus","commit_stats":null,"previous_names":["lukaskoeller/notus"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lukaskoeller/notus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukaskoeller%2Fnotus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukaskoeller%2Fnotus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukaskoeller%2Fnotus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukaskoeller%2Fnotus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukaskoeller","download_url":"https://codeload.github.com/lukaskoeller/notus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukaskoeller%2Fnotus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31710792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["fastapi","notes","productivity","python","react"],"created_at":"2024-11-08T16:08:23.508Z","updated_at":"2026-04-12T09:37:48.594Z","avatar_url":"https://github.com/lukaskoeller.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# notus\n\n![notus app preview](./notus-screenshot.png)\n\n## This app is still WIP and not usable yet…\n\nThis is a simple notes app using markdown.\n\n## Gettings started\n\nOn the first time, create a virtual environment:\n\n```sh\npython3 -m venv env\n```\n\nThis creates a virtual environment in the `./env` directory which is also added to `.gitignore`.\n\nStart the virtual environment:\n\n```sh\nsource ./env/bin/activate\n```\n\nVerify that the virtual environment is active:\n\n```sh\nwhich python\n```\n\nOn the first time, install dependencies:\n\n```sh\npython -m pip install fastapi \"uvicorn[standard]\" sqlmodel\n```\n\nRun the application:\n\n```sh\nuvicorn main:app\n```\n\nTo watch for changes, run the command with the [`--reload`](https://sqlmodel.tiangolo.com/tutorial/fastapi/simple-hero-api/#uvicorn-reload) option.\n\nThe backend will run on port `8000`.\n\nTo deactivate the virtual environment, run:\n\n```sh\ndeactivate\n```\n\nOpen a new terminal and run the web app:\n\n```sh\ncd app\nnpm run dev\n```\n\nCheck the docs at `http://localhost:8000/docs`.\n\nLogin to the MySQL monitor via:\n\n```sh\nmysql -u root -p\n```\n\n## ToDos\n\n- [ ] Add API to add, edit and delete notes connected to a user.\n- [ ] Connect endpoints with react app.\n- [ ] Show tags in app.\n- [ ] Add syntax highlighting to preview.\n- [ ] Add search feature\n- [ ] More do be added…\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukaskoeller%2Fnotus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukaskoeller%2Fnotus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukaskoeller%2Fnotus/lists"}