{"id":25897085,"url":"https://github.com/amriteshanand0129/freelancia","last_synced_at":"2025-08-31T23:34:46.409Z","repository":{"id":262296208,"uuid":"882670643","full_name":"amriteshanand0129/Freelancia","owner":"amriteshanand0129","description":"Freelancia is a web-based platform designed to bridge the gap between freelancers and clients. It provides a seamless and efficient environment for connecting professionals with job opportunities.","archived":false,"fork":false,"pushed_at":"2025-03-29T21:27:05.000Z","size":203,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T22:25:40.845Z","etag":null,"topics":["auth0-react","express","mongodb","nodejs","reactjs"],"latest_commit_sha":null,"homepage":"https://freelancia.onrender.com","language":"JavaScript","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/amriteshanand0129.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":"2024-11-03T13:02:22.000Z","updated_at":"2025-03-29T21:27:08.000Z","dependencies_parsed_at":"2024-11-11T17:42:09.125Z","dependency_job_id":"a8621fed-a056-406b-b745-334c69fc09e4","html_url":"https://github.com/amriteshanand0129/Freelancia","commit_stats":null,"previous_names":["amriteshanand0129/freelancia"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amriteshanand0129/Freelancia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amriteshanand0129%2FFreelancia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amriteshanand0129%2FFreelancia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amriteshanand0129%2FFreelancia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amriteshanand0129%2FFreelancia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amriteshanand0129","download_url":"https://codeload.github.com/amriteshanand0129/Freelancia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amriteshanand0129%2FFreelancia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273053429,"owners_count":25037404,"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-08-31T02:00:09.071Z","response_time":79,"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":["auth0-react","express","mongodb","nodejs","reactjs"],"created_at":"2025-03-02T23:17:55.203Z","updated_at":"2025-08-31T23:34:46.390Z","avatar_url":"https://github.com/amriteshanand0129.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Freelancia – Empowering Freelancers\n\n![GitHub stars](https://img.shields.io/github/stars/amriteshanand0129/Freelancia)\u003cbr\u003e\n![GitHub forks](https://img.shields.io/github/forks/amriteshanand0129/Freelancia)\n\u003cbr\u003e\n![License](https://img.shields.io/github/license/amriteshanand0129/Freelancia)\n\n## 🌟 About the Project  \nFreelancia is a feature-rich freelancing platform designed to **connect businesses with skilled freelancers** efficiently. This platform ensures **seamless job postings, secure payments, and smooth communication**.\n\n🔗 **Live Demo**: [Freelancia on Render](https://freelancia.onrender.com)  \n\n_Please note that the website may take up to 50 seconds to load initially. This delay occurs because the backend server enters a dormant state after a period of inactivity._\n\n### ✨ Key Features  \n- 📝 Post \u0026 Find Freelance Jobs – Clients can post jobs, and freelancers can bid on projects.\n- ⭐ Freelancer Ratings \u0026 Reviews – Build credibility through feedback and ratings.\n- 👤 Profile Management – Update personal details, portfolio, and skills seamlessly.\n- 🔑 Google Sign-In – Quick and secure authentication using Google.\n\n---\n\n## 🛠️ Tech Stack  \n- **Frontend**: React.js, Tailwind CSS  \n- **Backend**: Node.js, Express.js  \n- **Database**: MongoDB  \n- **Authentication**: Auth0  \n- **Deployment**: Render  \n\n---\n\n## 📦 Installation \u0026 Setup  \nTo get started, clone the repo and install dependencies:  \n```bash\ngit clone https://github.com/your-repo/Freelancia.git\ncd Freelancia\n```\nSetup the Environment variables:\nCreate .env file in _backend_ folder\n```bash\nDB_URL = your_database_url\nPORT = backend_server_port (e.g 8080)\nORIGIN = frontend_server_url (e.g http://localhost:3000)\nAUDIENCE = backend_server_url (e.g https://localhost:8080)\nSIGNING_KEY_URL = https://your_auth0_domain.auth0.com/.well-known/jwks.json\"\n```\n\nCreate .env file in _frontend_ folder\n```bash\nVITE_API_URL = your_backend_server (e.g http://localhost:8080)\nVITE_AUTH0_AUDIENCE = your_backend_server (e.g https://localhost:8080)\nVITE_AUTH0_DOMAIN = your_auth0_domain.auth0.com\nVITE_AUTH0_CLIENT_ID = your_auth0_clientID\n```\n\nInstall dependencies and start servers\n```bash\ncd frontend\nnpm install\nnpm run dev\n\ncd ../backend\nnpm install\nnpm start\n```\n\n⚠️ Make sure to add .env to .gitignore to prevent exposing sensitive data.\n\nYour servers are up and running.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famriteshanand0129%2Ffreelancia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famriteshanand0129%2Ffreelancia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famriteshanand0129%2Ffreelancia/lists"}