{"id":24014798,"url":"https://github.com/ali-ahnaf/intern-lagbe","last_synced_at":"2026-04-11T02:55:31.991Z","repository":{"id":92810737,"uuid":"379364488","full_name":"ali-ahnaf/intern-lagbe","owner":"ali-ahnaf","description":"A platform dedicated to hosting internship job posts in Bangladesh","archived":false,"fork":false,"pushed_at":"2021-10-10T16:19:15.000Z","size":9121,"stargazers_count":0,"open_issues_count":10,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-19T02:02:56.180Z","etag":null,"topics":["csharp","dotnet","jwt-authentication","mvc-pattern","react","sendgrid-api","uploadcare"],"latest_commit_sha":null,"homepage":"https://internlagbe.azurewebsites.net/","language":"JavaScript","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/ali-ahnaf.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-06-22T18:24:30.000Z","updated_at":"2021-10-10T16:19:18.000Z","dependencies_parsed_at":"2023-03-13T17:25:02.715Z","dependency_job_id":null,"html_url":"https://github.com/ali-ahnaf/intern-lagbe","commit_stats":null,"previous_names":["ali-ahnaf/intern-lagbe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ali-ahnaf/intern-lagbe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali-ahnaf%2Fintern-lagbe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali-ahnaf%2Fintern-lagbe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali-ahnaf%2Fintern-lagbe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali-ahnaf%2Fintern-lagbe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ali-ahnaf","download_url":"https://codeload.github.com/ali-ahnaf/intern-lagbe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali-ahnaf%2Fintern-lagbe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285170107,"owners_count":27126456,"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-11-19T02:00:05.673Z","response_time":65,"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":["csharp","dotnet","jwt-authentication","mvc-pattern","react","sendgrid-api","uploadcare"],"created_at":"2025-01-08T07:37:25.396Z","updated_at":"2025-11-19T02:03:44.486Z","avatar_url":"https://github.com/ali-ahnaf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# InternFinder\n\nA webapp to host internship job posts in Bangladesh.\n\n## Screenshots\n\n![1](https://user-images.githubusercontent.com/46298019/136704368-2a698309-e649-4167-9e99-3985b77ada08.PNG)\n![2](https://user-images.githubusercontent.com/46298019/136704370-b5f0144c-1696-495d-ba4c-93db54370bd3.PNG)\n![4](https://user-images.githubusercontent.com/46298019/136704373-3ae88934-8fc1-4eec-a77c-03130e4a82c6.PNG)\n![90](https://user-images.githubusercontent.com/46298019/136704378-287eef3e-85b9-4439-96aa-36c9aa8d5fbd.PNG)\n\n### Getting Started\n\nFirst clone the repository. Then open a new terminal.\n```bash \n$ cd .\\ClientApp\\ \n$ npm install\n$ cd ..\n$ dotnet watch run\n```\n**Note**: you need to have access to the `appsettings.json` file contents to properly run the webapp.\n\n### Packages used\nTo install a package using the dotnet CLI:  `dotnet add package \u003cpackage-name\u003e`\n- `MongoDB.Driver`\n- `Microsoft.AspNetCore.Authentication`\n- `Microsoft.AspNetCore.Authentication.JwtBearer`\n- `System.IdentityModel.Tokens.Jwt`\n- `SendGrid`\n- `BCrypt.Net-Next --version 4.0.2`\n- `Newtonsoft.Json --version 13.0.1`\n\n### Credentials\nCheck \u003ca href=\"https://docs.google.com/document/d/15o92_bAJAjbDGLN3EiKJ3iPX76xrkUo67c9FoZofb4Y/edit?usp=sharing\"\u003ehere\u003c/a\u003e\n\n### API List\nCheck \u003ca href=\"https://docs.google.com/spreadsheets/d/1Ift-x7HbfvzpTGgtjdmNcCYQPpZp9vUTZ0ohPxVUz8Y/edit?usp=sharing\"\u003ehere\u003c/a\u003e\n\n### Potential Errors\n- When running the program, an error `Microsoft.AspNetCore.SpaServices[0]: internal/modules/cjs/loader.js:883\"` might pop up. Simply remove the node_modules folder and package-lock.json file\n- You need the file `appsettings.json` for the program to run.\n\n### Stuff learned\n- learned the concept of \u003ca href=\"https://deviq.com/principles/dependency-inversion-principle\"\u003e\u003cb\u003einverse dependency injection\u003c/b\u003e\u003c/a\u003e by abstracting the service class implementations using interfaces to enable a less tightly coupled system. \n- learned the concept of **buisness logic layers** by seperating the controller classes and the service classes. As a result, all the database calls and logic codes are kept abstract from the controller classses.\n- Learned dependency injections which is the process of sharing a particular resource across different classes.\n- Learned how authentications work behind the scenes with JWT tokens and middewares.\n\n### Potential Security issues\n- password is directly sent from client to server which is then encoded. This increases the possibility of man-in-the-middle attacks\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fali-ahnaf%2Fintern-lagbe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fali-ahnaf%2Fintern-lagbe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fali-ahnaf%2Fintern-lagbe/lists"}