{"id":23024694,"url":"https://github.com/oss/meetme","last_synced_at":"2025-04-02T19:41:39.047Z","repository":{"id":226534999,"uuid":"768945507","full_name":"oss/meetme","owner":"oss","description":"An meeting coordinator web application integrating student schedules. This is an official read-only mirror; pull requests are ignored.","archived":false,"fork":false,"pushed_at":"2024-10-25T15:23:57.000Z","size":50387,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-25T17:56:43.115Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/oss.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":"2024-03-08T02:52:00.000Z","updated_at":"2024-04-30T21:48:33.000Z","dependencies_parsed_at":"2024-10-27T02:54:05.132Z","dependency_job_id":null,"html_url":"https://github.com/oss/meetme","commit_stats":null,"previous_names":["oss/meetme"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oss%2Fmeetme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oss%2Fmeetme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oss%2Fmeetme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oss%2Fmeetme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oss","download_url":"https://codeload.github.com/oss/meetme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246883006,"owners_count":20849371,"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":[],"created_at":"2024-12-15T13:20:44.997Z","updated_at":"2025-04-02T19:41:39.018Z","avatar_url":"https://github.com/oss.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MeetMe\n\n## Summary\n\nAll other documentation files are in `./docs`\n\n### Quick Start\n\n1. [Install Docker](https://docs.docker.com/engine/install/)\n2. Clone the repository\n\n   ```bash\n   git clone git@gitlab.rutgers.edu:MaCS/OSS/meetme.git\n   ```\n\n3. Modify your hosts file\n\n   ```bash\n   echo \"127.0.0.1    localhost.edu\n   127.0.0.1    api.localhost.edu\n   127.0.0.1    cas.localhost.edu\n   127.0.0.1    ldap.localhost.edu\n   127.0.0.1    saml.localhost.edu\n   127.0.0.1    admin.localhost.edu\n   127.0.0.1    idp.localhost.edu\" \u003e\u003e /etc/hosts\n   ```\n\n4. Build the containers\n\n   ```bash\n   ./build.sh\n   ```\n\n5. Run meetme\n\n   ```bash\n   docker-compose --file Docker-swarm.yml up --build\n   ```\n\n### Hotloading\n\n```\n./build.sh\ndocker-compose --file Docker-compose-webpack.yml up\n```\n\n### Hosts file\n\nYou may have to modify your hosts file which has the path `/etc/hosts` for Linux/MacOS systems or `C:/Windows/System32/Drivers/etc/hosts` on Windows systems.\n\nAdd the following lines to your host file\n\n```\n127.0.0.1    localhost\n127.0.0.1    localhost.edu\n127.0.0.1    api.localhost.edu\n127.0.0.1    cas.localhost.edu\n127.0.0.1    ldap.localhost.edu\n127.0.0.1    saml.localhost.edu\n127.0.0.1    admin.localhost.edu\n127.0.0.1    idp.localhost.edu\n```\n\n## Backend\n\n#### Build Options\n\n## Frontend\n\n### Building\n\nBuild options are stored as environment variables within the docker container.\n\n#### Build Options\n\n| parameter | values   | description                                                         | default |\n| --------- | -------- | ------------------------------------------------------------------- | ------- |\n| BUILD     | dev/prod | specifies whether to create a development build or production build | dev     |\n\n### Environment Variables\n\n| name                | type   | description               | example                   |\n| ------------------- | ------ | ------------------------- | ------------------------- |\n| process.env.API_URL | String | the url to backend domain | https://api.localhost.edu |\n\n## Testing\n\n### Running Tests\n\n- `./run-tests.sh`\n\n### Running linter\n\n```sh\ndocker build --file testing/frontend/linter/Dockerfile -t eslint-meetme 'testing/frontend/linter'\n\ndocker run -v \"$PWD/frontend:/root/code\" eslint-meetme\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foss%2Fmeetme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foss%2Fmeetme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foss%2Fmeetme/lists"}