{"id":17353875,"url":"https://github.com/punitgr/aesset-server","last_synced_at":"2025-10-26T11:47:55.967Z","repository":{"id":88876974,"uuid":"83339803","full_name":"PunitGr/AESSET-server","owner":"PunitGr","description":null,"archived":false,"fork":false,"pushed_at":"2017-05-17T03:52:59.000Z","size":7328,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-26T11:47:55.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/PunitGr.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}},"created_at":"2017-02-27T17:51:32.000Z","updated_at":"2017-04-26T12:39:22.000Z","dependencies_parsed_at":"2023-06-18T14:48:59.299Z","dependency_job_id":null,"html_url":"https://github.com/PunitGr/AESSET-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PunitGr/AESSET-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunitGr%2FAESSET-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunitGr%2FAESSET-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunitGr%2FAESSET-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunitGr%2FAESSET-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PunitGr","download_url":"https://codeload.github.com/PunitGr/AESSET-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunitGr%2FAESSET-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281099974,"owners_count":26443537,"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","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","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":[],"created_at":"2024-10-15T17:18:12.876Z","updated_at":"2025-10-26T11:47:55.938Z","avatar_url":"https://github.com/PunitGr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automation\nAutomation of Examination Cell SET activities\n\n### Installing Python Packages\n\n```\n$ git clone git@github.com:PunitGr/AESSET-server.git\n$ cd automation\n\n$ sudo easy_install pip\n\n$ pip install virtualenv\n$ pip install virtualenvwrapper\n\n$ source virtualenvwrapper.sh\n$ mkvirtualenv --python=/usr/bin/python3 automation\n\n$ workon automation\n\n(automation)$ pip install -r requirements.txt\n```\n\n### Setting Up PostgreSQL\n* Install PostgreSQL first:\n\n_Linux users:_\n\n```\n$ sudo apt-get update\n$ sudo apt-get install postgresql postgresql-contrib\n```\n\n_Mac users:_\n\n\n```$ brew install postgresql```\n to install latest version of Postgresql.\n\n\nAfter completing installation run the following commands. We are going to create a new user and database for AESSET,\n\n```\n$ sudo -u postgres psql\n\npostgres=# CREATE DATABASE auto;\npostgres=# CREATE ROLE automation WITH LOGIN;\npostgres=# ALTER ROLE automation WITH PASSWORD 'auto1!';\npostgres=# GRANT ALL ON DATABASE auto TO automation;\n```\n\n\n### Creating Schema\nOnce we have Django app and Postgresql installed it's now time to create the schema and the superuser.\n\n```\n(automation)$ ./manage.py migrate\n(automation)$ ./manage.py createsuperuser\n```\n\n#### Note\nWhenever you install add a package using pip don't forget to update requirements.txt. Update requirements by typing pip freeze\u003erequirements.txt\n\n#### Documentation\n\n* **[Seating Manager](https://github.com/PunitGr/AESSET-server/blob/master/docs/seatingmanager.md)**\n* **[Query Manager](https://github.com/PunitGr/AESSET-server/blob/master/docs/querymanager.md)**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpunitgr%2Faesset-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpunitgr%2Faesset-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpunitgr%2Faesset-server/lists"}