https://github.com/sakalx/github-jobs
GitHub job board.
https://github.com/sakalx/github-jobs
Last synced: 2 months ago
JSON representation
GitHub job board.
- Host: GitHub
- URL: https://github.com/sakalx/github-jobs
- Owner: sakalx
- Created: 2019-06-07T15:47:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-07T22:55:19.000Z (almost 6 years ago)
- Last Synced: 2025-01-28T14:23:30.341Z (4 months ago)
- Language: JavaScript
- Homepage: https://sakalx.github.io/github-jobs/
- Size: 2.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github jobs feed board, test-project (React/Redux/Node).
________________________________________________________
________________________________________________________
### Server deployed already to Heroku.If you want run server locally:
```markdown
npm i
npm start
```
[port: 8000]Jobs API:
> To search job by location (city name, zip code, or other location search term):
> [git-jobs-server.herokuapp.com/api/jobs/location/:location](https://git-jobs-server.herokuapp.com/api/jobs/location/:ny)> To search job by description such as "ruby" or "java" etc:
> [git-jobs-server.herokuapp.com/api/jobs/description/:description](https://git-jobs-server.herokuapp.com/api/jobs/description/javascript)> To search job by location and description:
> [git-jobs-server.herokuapp.com/api/jobs/:loc/description/:desc](https://git-jobs-server.herokuapp.com/api/jobs/:ny/description/javascript)________________________________________________________
________________________________________________________
### React APP deployed already to GitHub.
If you want run locally:
```markdown
cd client
npm i
npm start
```
[port: 3000]
[DEMO](https://sakalx.github.io/github-jobs)