{"id":21246819,"url":"https://github.com/apfirebolt/placement-management-application-in-django","last_synced_at":"2026-04-29T19:01:49.069Z","repository":{"id":114820440,"uuid":"367775421","full_name":"Apfirebolt/placement-management-application-in-Django","owner":"Apfirebolt","description":"A Placement management application in Django","archived":false,"fork":false,"pushed_at":"2023-03-22T08:53:58.000Z","size":6269,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-01T22:13:16.906Z","etag":null,"topics":["django","django-rest-framework","django-rest-framework-jwt","placement-management","python","rest-api"],"latest_commit_sha":null,"homepage":"","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/Apfirebolt.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":"2021-05-16T03:18:02.000Z","updated_at":"2023-09-22T04:45:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"aa3af1ab-12a6-4214-ab5a-14d6071c7b13","html_url":"https://github.com/Apfirebolt/placement-management-application-in-Django","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Apfirebolt/placement-management-application-in-Django","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Fplacement-management-application-in-Django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Fplacement-management-application-in-Django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Fplacement-management-application-in-Django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Fplacement-management-application-in-Django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Apfirebolt","download_url":"https://codeload.github.com/Apfirebolt/placement-management-application-in-Django/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Fplacement-management-application-in-Django/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32439301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["django","django-rest-framework","django-rest-framework-jwt","placement-management","python","rest-api"],"created_at":"2024-11-21T02:07:16.085Z","updated_at":"2026-04-29T19:01:49.050Z","avatar_url":"https://github.com/Apfirebolt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54)\n![Django](https://img.shields.io/badge/Django-092E20?style=for-the-badge\u0026logo=django\u0026logoColor=green)\n![Django Rest Framework](https://img.shields.io/badge/django%20rest-ff1709?style=for-the-badge\u0026logo=django\u0026logoColor=white)\n![Swagger](https://img.shields.io/badge/-Swagger-%23Clojure?style=for-the-badge\u0026logo=swagger\u0026logoColor=white)\n\n# A Placement Management System\n\nThis simple web application assists users sync with the placement preparation process with various features it has. Contains API for user authentication, adding companies to prepare for, interviews and upload resumes.\n\nhttp://localhost:8000/api-docs/\n\nThe API docs can be viewed using the above link. Swagger is used to generate API docs under the hood using a package called 'drf_spectacular'.\n\n## Getting Started\n\n* Create a new virtual environment and install packages specified in the requirements.txt file.\n\n* Hook in your database of choice, make necessary database changes in the settings.py file inside the project folder. Obviously, some familiarity with Django folder structures is required for this. By default this project uses MySQL as database.\n\n* Make migrations when you're done with the database settings and migrate.\n* Run python manage.py runserver, and the application should be running on port 8000 by default.\n\n\n## Built With\n\n\n* [Python Django](https://www.djangoproject.com/)\n* [Django Rest Framework](https://www.django-rest-framework.org/)\n* [Swagger Docs](https://swagger.io/)\n\n## Features \n\nApplication aims to help professionals/students to keep track of interview preparation for companies. They can login, add questions, \ninterview dates, applications of companies to target, resume uploading and more features are included in the app for the time being.\n\n## Updates\n\n\u003cb\u003e-11/3/23\u003c/b\u003e\n\nVesco template added, since this is not a full fledged attempt to experiment with CSS, I decided to pick an old theme and integrate it into this Django app. Integration is not always easy, sometimes have to make a lot of adjustments with CSS and JS imports to make those compatible with a Django app.\n\n\u003cb\u003e-17/3/23\u003c/b\u003e\n\nRemoved the template added previously. For now, I plan to only have APIs for it with no multi-page front-end.\n\n## Authors\n\n* **Amit Prafulla (APFirebolt)** - (http://apgiiit.com/)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Screenshots\n\nNo screenshots as of now, would be added in the future.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapfirebolt%2Fplacement-management-application-in-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapfirebolt%2Fplacement-management-application-in-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapfirebolt%2Fplacement-management-application-in-django/lists"}