{"id":15816834,"url":"https://github.com/kylemh/lost","last_synced_at":"2026-05-05T09:33:07.617Z","repository":{"id":128063435,"uuid":"78582327","full_name":"kylemh/LOST","owner":"kylemh","description":"Flask web application w/o ORM for fast, large-scale inventory tracking using Postgres and Heroku.","archived":false,"fork":false,"pushed_at":"2017-05-19T07:51:24.000Z","size":11279,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-05T05:20:59.054Z","etag":null,"topics":["apache","flask","full-stack","linux","postgresql","web-app"],"latest_commit_sha":null,"homepage":"https://lost-app.herokuapp.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kylemh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-01-10T23:01:00.000Z","updated_at":"2020-02-13T19:34:22.000Z","dependencies_parsed_at":"2023-05-29T08:30:27.887Z","dependency_job_id":null,"html_url":"https://github.com/kylemh/LOST","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kylemh/LOST","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylemh%2FLOST","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylemh%2FLOST/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylemh%2FLOST/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylemh%2FLOST/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kylemh","download_url":"https://codeload.github.com/kylemh/LOST/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylemh%2FLOST/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32643713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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":["apache","flask","full-stack","linux","postgresql","web-app"],"created_at":"2024-10-05T05:20:42.531Z","updated_at":"2026-05-05T09:33:07.595Z","avatar_url":"https://github.com/kylemh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LOST Inventory Tracker\n\n[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n\nThis is an inventory tracking Flask web application utilizing a Postgres database without an ORM. You can create users with specific roles, create facilities, create assets, dispose of assets, move assets around, and get a report detailing each asset's location.\n\n\n## Table of Contents\n\n- [Resources Used](#resources-used)\n- [Install](#install)\n- [Contents](#contents)\n- [Contribute](#contribute)\n- [License](#license)\n\n\n## Resources Used\n\nhttps://www.cs.uoregon.edu/Classes/17W/cis322/\n\n\u003ci\u003eWeb Development with Flask\u003c/i\u003e - Miguel Grinberg\n\n\n## Install\n\nThis project uses [Flask](http://flask.pocoo.org/) and [Postgres](https://www.postgresql.org/).\n\nTo install, you must have [Virtual Environments](https://pypi.python.org/pypi/virtualenv) installed.\n\n1. Clone repository.\n2. Open terminal at top level of repository.\n3. Create and activate your virtual environment.\n4. `$ pip install -r requirements.txt`\n5. Create a local postgres database instance.\n6. `$ chmod u+x preflight.sh`\n7. `$ ./preflight.sh \u003cdb_name\u003e`\n8. `$ python3 run.py`\n\n\n## Contents\n```\n├── Procfile\n├── README.md\n├── app\n│   ├── README.md\n│   ├── __init__.py\n│   ├── api.py\n│   ├── helpers.py\n│   ├── static\n│   ├── templates\n│   └── views\n├── config.py\n├── exports\n│   ├── README.md\n│   ├── assets.csv\n│   ├── export_data.sh\n│   ├── facilities.csv\n│   ├── migrations.py\n│   ├── transfers.csv\n│   └── users.csv\n├── imports\n│   ├── data\n│   └── import.py\n├── preflight.sh\n├── requirements.txt\n├── run.py\n├── runtime.txt\n└── sql\n    └── create_tables.sql\n```  \n\n\n## Contribute\n\nI don't have any plans to continue this project as it was exploratory in nature.\n\n\n## License\n\n[MIT](LICENSE) © Kyle Holmberg","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylemh%2Flost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkylemh%2Flost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylemh%2Flost/lists"}