{"id":16201929,"url":"https://github.com/di-void/e-lib","last_synced_at":"2025-10-03T23:58:28.317Z","repository":{"id":185347767,"uuid":"611128164","full_name":"di-void/e-lib","owner":"di-void","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-28T18:26:53.000Z","size":3961,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T20:35:26.331Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/di-void.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}},"created_at":"2023-03-08T07:05:44.000Z","updated_at":"2023-03-24T19:46:08.000Z","dependencies_parsed_at":"2023-08-01T15:51:33.862Z","dependency_job_id":null,"html_url":"https://github.com/di-void/e-lib","commit_stats":null,"previous_names":["di-void/e-lib"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/di-void%2Fe-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/di-void%2Fe-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/di-void%2Fe-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/di-void%2Fe-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/di-void","download_url":"https://codeload.github.com/di-void/e-lib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247712711,"owners_count":20983679,"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-10-10T09:44:56.422Z","updated_at":"2025-10-03T23:58:23.295Z","avatar_url":"https://github.com/di-void.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# STARTUP STEPS\n\nYou should first make sure you have Python installed on your computer. Refer to the official [python](https://www.python.org/) website for more info.\n\n## TL;DR\n\n```shell\n# Clone the repo\ngit clone https://github.com/Di-void/e-lib.git e-library\n\n# Enter project directory\ncd e-library\n\n# Install pipenv:\npip install pipenv\n\n# Install dependencies\npipenv install\n\n# Activate virtualenv\npipenv shell\n\n# Run migrations\npy manage.py makemigrations\npy manage.py migrate\n\n# Run application\npy manage.py runserver\n```\n\n## DEVELOPER GUIDE\n\n### SETTING UP THE ENVIRONMENT\n\nPlease use the default terminal for your respective operating systems e.g (**cmd** for **windows**).\n\n**_PS: Make sure you have cloned the repo before going on._**\n\nFor this project, we used the `pipenv` package for managing our virtual environments as it is easier to use. To get started, run the following command to ensure you have `pipenv` installed.\n\n```shell\npip install pipenv\n```\n\nAfter that, you should have `pipenv` installed on your local. Now you can simply run:\n\n```shell\npipenv install\n```\n\nThis would install all the project's dependencies needed as specified by the `Pipflie` into a virtual environment on your computer. This is where all your dependencies would live.\n\nTo activate this project's virtualenv, run:\n\n```shell\npipenv shell\n```\n\nAfter running the above, you should be able to run any django-admin related commands using the manage.py file like running migrations and so on.\n\n## CREATING THE ADMIN USER\n\nFor and admin user, to gain access to the admin interface, a \"superuser\" first needs to be created. You can create the admin user by running the following command on the root directory of the project in the terminal:\n\n```shell\npy manage.py createsuperuser\n```\n\nAfter running the above command, follow the prompts displayed in the terminal.\n\nTo exit the shell, run:\n\n```shell\nexit\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdi-void%2Fe-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdi-void%2Fe-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdi-void%2Fe-lib/lists"}