{"id":25720289,"url":"https://github.com/ralphmettle/meet.ly","last_synced_at":"2026-06-19T05:31:49.861Z","repository":{"id":257473323,"uuid":"812825804","full_name":"ralphmettle/meet.ly","owner":"ralphmettle","description":"Repository for my Master's final project. meet.ly is a web application designed to help users plan and store their social hangouts. Developed with Flask.","archived":false,"fork":false,"pushed_at":"2025-02-07T14:52:42.000Z","size":231027,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-19T05:03:37.100Z","etag":null,"topics":["social","users","web","web-development","website"],"latest_commit_sha":null,"homepage":"https://meet-ly.onrender.com","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/ralphmettle.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-06-10T00:49:30.000Z","updated_at":"2025-02-07T12:39:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"d534d4ae-7221-4b15-bafd-7e2af06190de","html_url":"https://github.com/ralphmettle/meet.ly","commit_stats":null,"previous_names":["ralphmettle/meet.ly"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ralphmettle/meet.ly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralphmettle%2Fmeet.ly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralphmettle%2Fmeet.ly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralphmettle%2Fmeet.ly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralphmettle%2Fmeet.ly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ralphmettle","download_url":"https://codeload.github.com/ralphmettle/meet.ly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralphmettle%2Fmeet.ly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34519048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":["social","users","web","web-development","website"],"created_at":"2025-02-25T17:39:03.917Z","updated_at":"2026-06-19T05:31:49.844Z","avatar_url":"https://github.com/ralphmettle.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **meet.ly** - A Hangout Planning Web Application\n\n## Running meet.ly\nTo run **meet.ly** on your local device you have two options depending on which database schema you want to test. For ease of testing and review, I recommend using the SQLite3 version.\n\nOnce you have selected a version of **meet.ly** you wish to use, follow the instructions below:\n\n## Instructions\n\n### Step 1:\nUnzip the file archive and open the directory in your text editor/IDE.\n\n### Step 2:\nCreate a Virtual Environment in the directory to which we will install the dependencies. Use the following commands to do so:\n\n`python -m venv .venv`\n\nand activate the Virtual Environment with:\n\n`.venv/Scripts/activate`\n\n### Step 3:\nWhile in the Virtual Environment, in the terminal run the following command to download the dependencies: \n\n`pip install -r requirements.txt`\n\n---\n\nWith the dependencies installed, the instructions will diverge from this point depending on the database schema.\n\n---\n\n***For the SQLite3 version:***\n\nThe directory `/instance/` contains a `test.db` file prepared for you to test the application's features. Therefore, we can run the application from the terminal with:\n\n`py run.py`\n\nNavigate to your LocalHost at port 5000 `localhost:5000` in your browser, or whatever route is specified by Flask in the console.\n\nThe login credentials for the test account are:\n\nUsername: `test` Password: `test`\n\nAll preset accounts follow this naming structure if you want to log into any other of them to do things such as sending/accepting friend requests.\n\n---\n\n***For the PostgreSQL version:***\n\nFor this, you are required to already have PostgreSQL installed on your device. Once installed and a new database is set up, proceed with the instructions below.\n\nIn `app.py`, change the `app.config['SQLALCHEMY_DATABASE_URI']` variable to direct to your PostgreSQL database.\n\nIn the terminal, run `flask db init` to initialise the database. If this does not work, remove the `/migrations` folder from the directory and retry, or run `flask db upgrade` to use the latest migration in the folder to initialise.\n\nTo get the test users, in `user_test.py`, run the Python file, executing `init_db()`. You should receive console responses indicating progress.\n\nYou can now run `py run.py` in the terminal.\n\nNavigate to your LocalHost at port 5000 `localhost:5000` in your browser, or whatever route is specified by Flask in the console.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fralphmettle%2Fmeet.ly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fralphmettle%2Fmeet.ly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fralphmettle%2Fmeet.ly/lists"}