Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aleksandarivezic/jobfinder
https://github.com/aleksandarivezic/jobfinder
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/aleksandarivezic/jobfinder
- Owner: AleksandarIvezic
- Created: 2021-08-08T12:31:42.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-01-25T22:21:38.000Z (almost 3 years ago)
- Last Synced: 2024-12-07T18:12:04.806Z (22 days ago)
- Language: Ruby
- Size: 2.93 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Ruby_on_rails-red)
# Job Finder
> This is a job search and a job posting application, through which anyone can apply for a posted job offer, and only logged-in users can create and post new job offers. Once the user applies for the position the Post owner will get an email with user data and the applicant will get the confirmation email. The post owners can see the list of all applicants and download their resumes.
![screenshot](public/Screenshots/Screenshot-joblist.png)
![screenshot](public/Screenshots/Screenshot-job.png)
![screenshot](public/Screenshots/Screenshot-newjob.png)
![screenshot](public/Screenshots/Screenshot-applications.png)Additional description about the project and its features.
## Built With
- Ruby v2.7.2
- Ruby on Rails v6.1.4
- Bootstrap 5
- Sass## Live Demo
[Live Demo Link](https://aleks-job-finder.herokuapp.com/jobs)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Ruby v2.7.2
- Ruby on Rails v6.1.4### Setup
Clone the repository with:
```
[email protected]:ShinobiWarior/jobfinder.git
```
or download [ZIP file](https://github.com/ShinobiWarior/jobfinder/archive/refs/heads/develop.zip)### Install
From the app directory run command:
```
git checkout development
git pull
```Run the following commands to create and migrate databases:
```
rails db:create
rails db:migrate
```
You can use created seeds if you run:
```
rails db:seed
```### Usage
Now you can open the app on your browser with adress:
```
http://localhost:3000/
```### Run tests
If you want to test app, run command:
```
rspec
```
## Author👤 **ALeksandar Ivezic**
- GitHub: [Aleksandar Ivezic](https://github.com/ShinobiWarior)
- Twitter: [@Aivezic](https://twitter.com/Aivezic)
- LinkedIn: [Aleksandar Ivezic](https://www.linkedin.com/in/aleksandar-ivezic/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ShinobiWarior/jobfinder/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](lic.url) licensed.