{"id":16646396,"url":"https://github.com/faheel/ems","last_synced_at":"2025-10-05T21:34:52.778Z","repository":{"id":49703371,"uuid":"72552319","full_name":"faheel/EMS","owner":"faheel","description":"Examination Management System","archived":false,"fork":false,"pushed_at":"2021-06-10T19:14:17.000Z","size":152,"stargazers_count":30,"open_issues_count":1,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-18T21:13:08.093Z","etag":null,"topics":["database","django","examination-management","material-design-lite","postgresql","python","sql"],"latest_commit_sha":null,"homepage":"https://e-m-s.herokuapp.com/","language":"HTML","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/faheel.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}},"created_at":"2016-11-01T16:00:19.000Z","updated_at":"2024-11-22T10:10:44.000Z","dependencies_parsed_at":"2022-09-10T19:21:21.834Z","dependency_job_id":null,"html_url":"https://github.com/faheel/EMS","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/faheel%2FEMS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faheel%2FEMS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faheel%2FEMS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faheel%2FEMS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faheel","download_url":"https://codeload.github.com/faheel/EMS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245115828,"owners_count":20563245,"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":["database","django","examination-management","material-design-lite","postgresql","python","sql"],"created_at":"2024-10-12T08:27:29.138Z","updated_at":"2025-10-05T21:34:47.746Z","avatar_url":"https://github.com/faheel.png","language":"HTML","readme":"# Examination Management System\n\n[![Deployed to Heroku][heroku-shield]][app-link]\n[![Made with Django][django-shield]][django-link]\n\n[![Demo][screenshot]][app-link]\n\n## Setup\n1. Clone the repo and `cd` into it\n\n2. Create a Python 3 virtual environment\n\n\t```bash\n\tsudo apt install python3-dev python-virtualenv\n\t```\n\n\t```bash\n\tvirtualenv --python=/usr/bin/python3 ve\n\t```\n\n\t`ve` is the name of the virtual environment\n\n3. Activate the virtual environment\n\n\t```bash\n\tsource ve/bin/activate\n\t```\n\n4. Install the requirements\n\n\t```bash\n\tpip install -r requirements.txt\n\t```\n\n### Create a PostgreSQL database\n1. Install PostgreSQL\n\n\t```bash\n\tsudo apt install postgresql postgresql-contrib libpq-dev\n\t```\n\n2. Open the PostgreSQL shell\n\n\t```bash\n\tsudo -u postgres psql postgres\n\t```\n\n3. Create a user with the name `dev`\n\n\t```SQL\n\tCREATE USER dev;\n\t```\n\n4. Create a database with the name `ems`\n\n\t```SQL\n\tCREATE DATABASE ems OWNER dev;\n\t```\n\n\tNow exit the PostgreSQL shell by entering `\\q`. You should be back in the shell with `ve` activated\n\n5. Apply migrations\n\n\t```bash\n\tpython3 manage.py migrate\n \t```\n\n#### Create Django superuser\n```bash\npython3 manage.py createsuperuser --username admin\n```\n\n**Setup is now complete!** :tada:\n\n## Launch\nFirst, make sure that the virtual environment we created, i.e. `ve`, is activated. Then run\n\n```bash\npython3 manage.py runserver\n```\n\nOnce the development server has started, you may visit http://127.0.0.1:8000/ to check out the app.\n\n\n[heroku-shield]: https://img.shields.io/badge/Deployed_to-Heroku-7e57c2.svg?style=for-the-badge\n[app-link]: https://e-m-s.herokuapp.com/\n[django-shield]: https://img.shields.io/badge/Made_with-Django-44B78B.svg?style=for-the-badge\n[django-link]: https://www.djangoproject.com\n[screenshot]: https://cloud.githubusercontent.com/assets/11466676/22126660/95d09678-debe-11e6-9e1b-009f1ca782ee.png\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaheel%2Fems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaheel%2Fems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaheel%2Fems/lists"}