{"id":20380713,"url":"https://github.com/iarsham/easy-portfolio","last_synced_at":"2025-03-04T22:23:40.270Z","repository":{"id":175969837,"uuid":"579455391","full_name":"iarsham/easy-portfolio","owner":"iarsham","description":"API for creating portfolios as quickly and easily as possible for users","archived":false,"fork":false,"pushed_at":"2023-01-08T00:19:45.000Z","size":5993,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-15T07:33:28.441Z","etag":null,"topics":["celery","django","django-rest-framework","docker","nginx","postgresql","python","rest-api","swagger","unittest"],"latest_commit_sha":null,"homepage":"https://apiportfoliobackend.pythonanywhere.com/swagger/","language":"Python","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/iarsham.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":"2022-12-17T18:54:06.000Z","updated_at":"2022-12-20T08:27:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"591b048b-4a12-46b5-a0a3-1219cd33913d","html_url":"https://github.com/iarsham/easy-portfolio","commit_stats":null,"previous_names":["iarsham/easy-portfolio"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iarsham%2Feasy-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iarsham%2Feasy-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iarsham%2Feasy-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iarsham%2Feasy-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iarsham","download_url":"https://codeload.github.com/iarsham/easy-portfolio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241929894,"owners_count":20044053,"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":["celery","django","django-rest-framework","docker","nginx","postgresql","python","rest-api","swagger","unittest"],"created_at":"2024-11-15T02:08:49.895Z","updated_at":"2025-03-04T22:23:40.264Z","avatar_url":"https://github.com/iarsham.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Portfolio-Backend\n\n### Introduction\nPortfolio-Backend is an open source\n service where you can add data related to personal information, professional career history, personal projects, blog links and ...\n### Installation Guide\n* Clone this repository [here](https://github.com/Trapeziums/Portfolio-Backend.git).\n* The master branch is the most stable branch at any given time, ensure you're working from it.\n* Update the necessary variables according to the .env file.\n* Install docker and docker-compose depending on your os. [link](https://docs.docker.com/desktop/)\n### Usage\n* Run the following commands\n```sh\n- docker network create Portfolio-Backend\n- docker volume create db_data\n- docker-compose up --build\n```\n* Note Now the project is ready at 127.0.0.1:80\n* BaseUrl = https://domain.com/api/v1\n\u003cbr /\u003e\u003cbr /\u003e\n### API Endpoints (User)\n| HTTP Verbs | Endpoints | Payload | api-key |\n| --- | --- | --- | ---|\n| POST | /register/ | username , email , password1 , password2 | No\n| POST | /login/ | username , password or email , password | No\n| POST | /login/google/ | access_token or code | No\n| POST | /login/github/ | access_token or code | No\n| POST | /logout/ | _ | Yes\n| POST | /password_reset/ | email | No\n| POST | /resend_verification_email/ | email | No\n| POST | /password/change/ | old_password , new_password1 , new_password2 |Yes\n| POST | /password_reset_confirm/{uid}/{token}/ | new_password1 , new_password2 , uid , token | No\n| POST | /confirm-email{key}/ | key | No\n| GET | /user/ | _ | Yes\n| PUT | /user/ | username , email | Yes\n| DELETE | /user/ | _ | Yes\n| GET | /user/key/ | _ | Yes\n\n\u003cbr /\u003e\u003cbr /\u003e\n\n### API Endpoints (Portfolio)\n| HTTP Verbs | Endpoints | Payload | api-key |\n| --- | --- | --- | ---|\n| GET | /aboutme/ | _ | Yes\n| PUT | /aboutme/ | first_name , last_name , location , job_title , summery ,  phone_number , resume , social_accounts , file  | Yes\n| DELETE | /aboutme/profile/{id}/ | _ | Yes\n| GET | /education/ | _ | Yes\n| PUT | /education/ | institute , field_study , degree ,  grade , description , start_time , finish_time  | Yes\n| GET | /skill/ | _ | Yes\n| POST | /skill/ | name , file | Yes\n| PUT | /skill/ | name , file | Yes\n| DELETE | /skill/{id}/ | _ | Yes\n| DELETE | /skill/certificate/{id}/ | _ | Yes\n| GET | /language/ | _ | Yes\n| POST | /language/ | name , proficiency , file | Yes\n| PUT | /language/ | name , proficiency , file | Yes\n| DELETE | /language/{id}/ | _ | Yes\n| DELETE | /language/certificate/{id}/ | _ | Yes\n| GET | /achievement/ | _ | Yes\n| POST | /achievement/ | title , description , file | Yes\n| PUT | /achievement/ | title , description , file | Yes\n| DELETE | /achievement/{id}/ | _ | Yes\n| DELETE | /achievement/certificate/{id}/ | _ | Yes\n| POST | /contactme/ | name , email , subject , message | Yes\n| GET | /proficiency/ | _ | NO\n| GET | /employment/ | _ | NO\n\n\u003cbr /\u003e\u003cbr /\u003e\n\n### API Endpoints (Experience)\n| HTTP Verbs | Endpoints | Payload | api-key |\n| --- | --- | --- | ---|\n| GET | /experience/ | _ | Yes\n| POST | /experience/ | role , employment_type , company_name , company_website_link , location , description , start_date , end_date , still_working | Yes\n| PUT | /experience/{id}/ | role , employment_type , company_name , company_website_link , location , description , start_date , end_date , still_working | Yes\n| DELETE | /experience/{id}/ | _ | Yes\n| GET | /project/{slug}/ | _ | Yes\n| POST | /project/{slug}/ | name , link , description , stacks, file | Yes\n| PUT | /project/{slug}/{id}/ | name , link , description , stacks, file | Yes\n| DELETE | /project/{slug}/{id}/ | _ | Yes\n| DELETE | /project/asset/{slug}/{id}/ | _ | Yes\n| GET | /reference/ | _ | Yes\n| POST | /reference/ | full_name , email , phone_number , linkedin , recommendation , image  | Yes\n| PUT | /reference/{id}/ | full_name , email , phone_number , linkedin , recommendation , image | Yes\n| DELETE | /reference/{id}/ | _ | Yes\n| GET | /blog/ | _ | Yes\n| POST | /blog/ | title , description , link , writen_date , image | Yes\n| PUT | /blog/{id}/ |  title , description , link , writen_date , image | Yes\n| DELETE | /blog/{id}/ | _ | Yes\n| GET | /personal_project/{slug}/ | _ | Yes\n| POST | /personal_project/{slug}/ | name , link , description , stacks, file | Yes\n| PUT | /personal_project/{slug}/{id}/ | name , link , description , stacks, file | Yes\n| DELETE | /personal_project/{slug}/{id}/ | _ | Yes\n| DELETE | /personal_project/asset/{slug}/{id}/ | _ | Yes\n\n\u003cbr /\u003e\u003cbr /\u003e\n\n### Technologies Used\n* [Python](https://nodejs.org/) is dynamically-typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming.\n* [Django](https://www.expresjs.org/) is a high-level Python web framework that encourages rapid development and clean, pragmatic design.\n* [Djangorestframework](https://www.mongodb.com/)  (DRF) is a powerful and flexible toolkit for building Web APIs.\n* [Docker](https://mongoosejs.com/) is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly.\n* [Nginx](https://mongoosejs.com/) pronounced like “engine-ex”, is an open-source web server that, since its initial success as a web server, is now also used as a reverse proxy, HTTP cache, and load balancer.\n* [Postgresql](https://mongoosejs.com/) is an advanced, enterprise-class, and open-source relational database system. PostgreSQL supports both SQL (relational) and JSON (non-relational) querying.\n* [Git](https://mongoosejs.com/) is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.\n\n* [Celery](https://mongoosejs.com/) is a task queue implementation for Python web applications used to asynchronously execute work outside the HTTP request-response cycle.\n* [Redis](https://mongoosejs.com/) is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures …\n### License\nThis project is available for use under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiarsham%2Feasy-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiarsham%2Feasy-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiarsham%2Feasy-portfolio/lists"}