Jobs4Now is a job board/event planner application built on Rails 8.
To get Jobs4Now up and running, fork and clone this repo:
https://github.com/rgonzalez12/Jobs4Now
You'll need to cd into the project directory and run bundle install
. All the gem dependancies will then be installed which will allow you to start the server.
In the terminal, please run rails s
. It will open up a local server address where you can route to that address and look at the project. It will look something like this:
From there, you will visit the site link generated by Puma and proceed to finding your next job!
You are required to sign up for an account to view the jobs and events that are shared on Jobs4Now. After signing up, you will have the ability to view jobs/events, create jobs/events, and manage your applications and registrations easily with the simple to use, GUI. You also have the ability to edit your profile and upload a resume w/ cover letter.
- Rails - Web Framework
- Bundler - Dependency Management
- ActiveRecord - ORM (Object Relational Mapping) implementation
Bug reports and pull requests are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.