{"id":26045447,"url":"https://github.com/dung24-6/full-stack-job-app","last_synced_at":"2026-04-07T23:32:12.370Z","repository":{"id":148392397,"uuid":"607150340","full_name":"Dung24-6/Full-Stack-Job-App","owner":"Dung24-6","description":"A full-stack web application created using PostgreSQL , Expressjs , React js, Node js . Help people find job and company find software developer","archived":false,"fork":false,"pushed_at":"2023-04-23T06:41:14.000Z","size":901,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-07T19:53:11.710Z","etag":null,"topics":["express","expressjs","nodejs","postgresql","reactjs"],"latest_commit_sha":null,"homepage":"","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/Dung24-6.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":"2023-02-27T12:22:09.000Z","updated_at":"2024-01-02T00:41:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"fae70e55-dd27-48db-8728-0fccc6d769bf","html_url":"https://github.com/Dung24-6/Full-Stack-Job-App","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dung24-6/Full-Stack-Job-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dung24-6%2FFull-Stack-Job-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dung24-6%2FFull-Stack-Job-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dung24-6%2FFull-Stack-Job-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dung24-6%2FFull-Stack-Job-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dung24-6","download_url":"https://codeload.github.com/Dung24-6/Full-Stack-Job-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dung24-6%2FFull-Stack-Job-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31533823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["express","expressjs","nodejs","postgresql","reactjs"],"created_at":"2025-03-07T19:53:10.594Z","updated_at":"2026-04-07T23:32:12.364Z","avatar_url":"https://github.com/Dung24-6.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Full-Stack-Job-App\nA full-stack web application created using PostgreSQL , Expressjs , React js, Node js . Help people find job and company find software developer\n\n\n![Logo](https://www.freecodecamp.org/news/content/images/2020/03/PERN.png)\n\n\n\n\n\n![shields](https://img.shields.io/github/package-json/v/Dung24-6/Product-Management-Nodejs?logo=D)\n[![Stars](https://img.shields.io/github/stars/Dung24-6?affiliations=OWNER\u0026style=social)](https://github.com/Dung24-6/Product-Management-Nodejs)\n![Nodemon](https://img.shields.io/github/package-json/dependency-version/Dung24-6/Product-Management-Nodejs/dev/nodemon)\n![Express](https://img.shields.io/github/package-json/dependency-version/Dung24-6/Product-Management-Nodejs/express)\n\nTable of contents\n-----------------\n* [Installation](#installation)\n* [Environment Variables](#environment-variables)\n* [Demo](#demo)\n* [Features](#features)\n* [API Reference](#api-reference-example-there-are-many-api-i-dont-write-here)\n* [Tech Stack](#tech-stack)\n* [Authors](#authors)\n* [About Me](#about-me)\n* [Skills](#skills)\n## Installation\n\nFirst , clone project and go to client folder and  and server folder run npm install . Create .env file and add environment variables in server folder\n\n```bash\n  cd client\n  yarn\n  yarn run dev\n```\n```bash\n  cd server\n  npm install \n  npm run start\n```\nOr for dev in server , use nodemon\n\n```bash\n  npm run server\n```\n\n\n\n\n\n## Environment Variables\n\nTo run this project, you will need to add the following environment variables to your .env file. SECRET_KEY can random\n\n`PORT = ?`\n\n`NAME = ? `\n\n`DATABASE_PORT = ? `\n\n`HOST = ? `\n\n`DATABASE = ? `\n\n`PASSWORD = ? `\n\n## Demo\n\n...\n\n\n\n## Features\n\n- Full stack web\n- 3 role : Admin , User , Company\n- Admin : \n  - DashBoard\n  - Create Account\n  - Delete User\n  - Delete Review\n  - Register Company \n- User: \n  - Get user\n  - Create User\n  - Log In\n  - Log Out\n  - Update Profile\n  - Upload Avatar\n  - Upload CV\n  - Review Company\n  - Report Wrong Review\n  - Search Job by location, skills, company\n  - Apply Job\n  - Get Top Companies\n- Company : \n  - Update Company Profile\n  - Get Review Company \n  - Get Apply Job \n  - Report Review\n- There are many features will complete\n\n## API Reference Example (There are many API I don't write here)\n\n#### Get all users \n\n```http\n  GET /user\n```\n\n| Parameter | Type     | Description                |\n| :-------- | :------- | :------------------------- |\n| `No` | `/` | Get all user of the list |\n\n#### Get user\n\n```http\n  GET /user/${id}\n```\n\n| Parameter | Type     | Description                       |\n| :-------- | :------- | :-------------------------------- |\n| `id`      | `string` | **Required**. Id of user to fetch |\n\n\n\n\n## Tech Stack\n\n**Back-end:** PostgreSQL , ReactJS , Node , Express\n\n## Authors\n\n- [@Dung24-6](https://github.com/Dung24-6)\n- [@Huy Hoang](https://github.com/ktshglsm)\n\n\n\n## 🚀 About us\nWe are web developer\n\n\n## 🛠 Skills\nJavascript, NodeJs, ReactJS, Express, PostgresQL, mongoDB, Postman, ...\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdung24-6%2Ffull-stack-job-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdung24-6%2Ffull-stack-job-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdung24-6%2Ffull-stack-job-app/lists"}