{"id":17128629,"url":"https://github.com/yeyeto2788/things-organizer","last_synced_at":"2025-04-13T07:09:24.650Z","repository":{"id":34343740,"uuid":"165059798","full_name":"yeyeto2788/Things-Organizer","owner":"yeyeto2788","description":"Simple and \"lightweight\" web application for organizing that disaster or room/garage/lab (I suppose) we all have.","archived":false,"fork":false,"pushed_at":"2025-01-27T08:52:29.000Z","size":12756,"stargazers_count":13,"open_issues_count":6,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-13T07:08:41.904Z","etag":null,"topics":["flask-application","hacktoberfest","python3","sqlalchemy","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/yeyeto2788.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":"2019-01-10T12:53:59.000Z","updated_at":"2025-01-27T08:52:30.000Z","dependencies_parsed_at":"2025-01-14T17:29:41.131Z","dependency_job_id":"c0fdea82-1c63-44ae-9a08-f180eb04de07","html_url":"https://github.com/yeyeto2788/Things-Organizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeyeto2788%2FThings-Organizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeyeto2788%2FThings-Organizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeyeto2788%2FThings-Organizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeyeto2788%2FThings-Organizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yeyeto2788","download_url":"https://codeload.github.com/yeyeto2788/Things-Organizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248675425,"owners_count":21143768,"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":["flask-application","hacktoberfest","python3","sqlalchemy","webapp"],"created_at":"2024-10-14T19:07:35.486Z","updated_at":"2025-04-13T07:09:24.569Z","avatar_url":"https://github.com/yeyeto2788.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Things Organizer\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"documentation/img/animation.gif\"/\u003e\n  \u003cp\u003e\n    Simple and \"lightweight\" web application for organizing that disaster or room/garage/lab (I suppose) we all have.\n  \u003c/p\u003e\n\u003c/div\u003e\n\n---\n\n## Build status\n\n|                                        Master                                        |                                          Development                                           |\n| :----------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------: |\n| ![Master build](https://travis-ci.com/yeyeto2788/Things-Organizer.svg?branch=master) | ![Development build](https://travis-ci.com/yeyeto2788/Things-Organizer.svg?branch=development) |\n\n---\n\n## Features\n\n- Open Source :sparkles:\n- Python based application. :snake:\n- Search items :mag:\n- Print labels for items, categories and storages. :printer:\n- Report generation. :chart_with_upwards_trend:\n  - CSV\n  - TXT\n- User authentication. :lock:\n\n---\n\n## Background\n\nThe idea :bulb: came to my mind one day I was looking a SOC board like the Raspberry Pi and I could not find it due to the mess I had, all boards, cables :electric_plug:, equipment :hammer_and_wrench:, etc. where all around in different boxes :package: and different places all over my house :house: from my room lab to the garage.\n\nSo I came up with the idea of develop a server using [Flask](http://flask.pocoo.org/) and [some other](./requirements.txt) Python libraries.\n\nNow I can:\n\n- Search the for item I'm looking for on the application and it will tell me where I have it stored.\n\n- Print the label for that item or even for the storage boxes and bags I have on different locations(**e.g.** Garage, Room, etc.).\n\n---\n\n## Documentation\n\nIf you want to know more in depth what each single file does go to the application [documentation](./documentation/).\n\nThis tool is using the bootstrap template from @BlackrockDigital\n[Start Bootstrap - SB Admin](https://github.com/BlackrockDigital/startbootstrap-sb-admin)\n\n---\n\n## Running the application\n\n- Clone this repository. :dancers:\n\n  ```shell\n  git clone https://github.com/yeyeto2788/Things-Organizer.git\n  ```\n\n- Create the virtual environment.\n\n  ```console\n  python3 -m virtualenv venv\n  source ./venv/bin/activate\n  ```\n\n- Install dependencies. :computer:\n\n  ```console\n  pip3 install -r requirements.txt\n  ```\n\n- Finally run the application. :snake:\n\n  ```console\n  python manage.py runserver\n  ```\n\n---\n\n\u003c!-- Frequently asked questions --\u003e\n\n## FAQ :raising_hand_woman::raising_hand_man:\n\nNo frequently asked question yet. :neutral_face:\n\n---\n\n\u003c!-- Support --\u003e\n\n## Support :mechanic:\n\nReach out to me at one of the following places!\n\n- Website at [juanbiondi.com](https://www.juanbiondi.com)\n- Create an [issue](https://github.com/yeyeto2788/Things-Organizer/issues/new/choose) on this repository. :pirate_flag:\n- Send me an [email](mailto:jebp.freelance@gmail.com) :email:\n\n---\n\n\u003c!-- Contributing --\u003e\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/super_awesome_feature`)\n3. Commit your Changes (`git commit -m 'Add some awesome feature'`)\n4. Push to the Branch (`git push origin feature/super_awesome_feature`)\n5. Open a Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeyeto2788%2Fthings-organizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyeyeto2788%2Fthings-organizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeyeto2788%2Fthings-organizer/lists"}