{"id":16199076,"url":"https://github.com/aashutoshrathi/labper","last_synced_at":"2026-03-02T02:36:43.357Z","repository":{"id":39825257,"uuid":"151368076","full_name":"aashutoshrathi/labper","owner":"aashutoshrathi","description":"Smart Lab Management System (built using Django)","archived":false,"fork":false,"pushed_at":"2023-08-02T05:50:33.000Z","size":3437,"stargazers_count":24,"open_issues_count":6,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T16:02:54.769Z","etag":null,"topics":["lab","portal"],"latest_commit_sha":null,"homepage":"https://labper.herokuapp.com/","language":"CSS","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/aashutoshrathi.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":"2018-10-03T06:05:14.000Z","updated_at":"2024-12-04T11:37:20.000Z","dependencies_parsed_at":"2024-10-27T20:18:07.893Z","dependency_job_id":"33c5d7c5-c51b-4afd-901d-15eb296c73a1","html_url":"https://github.com/aashutoshrathi/labper","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/aashutoshrathi%2Flabper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aashutoshrathi%2Flabper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aashutoshrathi%2Flabper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aashutoshrathi%2Flabper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aashutoshrathi","download_url":"https://codeload.github.com/aashutoshrathi/labper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243971188,"owners_count":20376784,"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":["lab","portal"],"created_at":"2024-10-10T09:15:45.222Z","updated_at":"2025-10-25T06:45:51.001Z","avatar_url":"https://github.com/aashutoshrathi.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align='center'\u003e \u003cimg src=\"static/icons/lab.png\" align=\"center\" width=\"150\"\u003e\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eLabper\u003c/h1\u003e\n\u003ch4 align=\"center\"\u003eLab performance evaluator\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://travis-ci.com/aashutoshrathi/labper\"\u003e\u003cimg src=\"https://img.shields.io/travis/com/aashutoshrathi/labper/master.svg?style=for-the-badge\" align=\"center\"\u003e\u003c/a\u003e\n\u003ca href=\"https://heroku.com/deploy?template=http://github.com/aashutoshrathi/labper\"\u003e\u003cimg src=\"https://www.herokucdn.com/deploy/button.svg\" align=\"center\"\u003e\u003c/a\u003e\n\u003cimg src=\"https://img.shields.io/pypi/pyversions/Django.svg?style=for-the-badge\" align=\"center\"\u003e\n\u003c/p\u003e\n\n\n## How to Use\n\nTo use this project, follow these steps:\n\n- Make a `.env` file having same structure as `.env.sample`\n- Get your G_KEY and G_SKEY by creating a project on [Google Dev Console](http://console.developers.google.com/)\n- Add you client key to G_KEY and client secret key to G_SKEY.\n- Fill up the following entries in `.env`.\n\n```bash\nEMAIL_HOST=smtp.gmail.com\nEMAIL_PORT=587\nEMAIL_HOST_USER=YourEmail\nEMAIL_HOST_PASSWORD=YourPassword\n```\n\n- You have to enable access by insecure apps in your respective email serivce provider.\n\n- Install requirements:\n\n```bash\npip install -r requirements.txt\n```\n\n- Makemigrations and migrate the Database to populate the table\n\n```bash\npython manage.py makemigrations \u0026\u0026 python manage.py migrate\n```\n\n- Create superuser\n\n```bash\npython manage.py createsuperuser\n```\n\n- Run server\n\n```bash\npython manage.py runserver\n```\n\n## Deployment to Pythonanywhere\n\n- Take Python 3.7 app with Django 2.0.8.\n- Clone the repository using:\n\n  ```sh\n    git clone https://github.com/aashutoshrathi/labper.git brutus \n  ```\n\n- Go into project directory using:\n\n  ```sh\n  cd brutus\n  ```\n\n- Install requirements:\n\n  ```sh\n    pip3 install --user -r requirements.txt\n  ```\n\n- Makemigrations and collectstatic using:\n\n  ```sh\n    python3 manage.py makemigrations landing\n    python3 manage.py migrate\n    pytohn3 manage.py collectstatic\n    python3 manage.py createsuperuser\n  ```\n\n## Deployment to Heroku\n\nOne click easy deployment.\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=http://github.com/aashutoshrathi/labper)\n\n\n## Author ✍️\n\n[Team Labper](https://labper.pythonanywhere.com/about/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faashutoshrathi%2Flabper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faashutoshrathi%2Flabper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faashutoshrathi%2Flabper/lists"}