Skip to content
/ alljobs Public

Alljobs is a job opening website built using Ruby on Rails. This project follows a Test-Driven Development (TDD) and Continuous Integration/Continuous Deployment (CI/CD) approach.

License

Notifications You must be signed in to change notification settings

0jonjo/alljobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ALLJOBS

Rspec and Rubocop CI Maintainability Test Coverage

Welcome to ALLJOBS, a job opening website built using Ruby on Rails. This project follows a Test-Driven Development (TDD) and Continuous Integration/Continuous Deployment (CI/CD) approach.

Project Overview

ALLJOBS is a platform that focuses on job search, application management, and proposal submission. It supports two roles: headhunter and user. The headhunter is responsible for job opening creation, candidate management, feedback, and proposal. The user is responsible for profile creation, job search, and application.

To get an overview of the project's progress, you can check the Project Board.

Alljobs has a side project built in Spring Boot called Alljobs Meetings, which serves as a meeting scheduling platform for headhunters and users.

Installation

To set up the project locally, follow these steps:

Clone the repository:

git clone [email protected]:0jonjo/alljobs.git
cd alljobs

Install dependencies:

bundle install

Create, migrate, and seed the database:

rails db:prepare

Serve the application:

rails server

Run tests:

rspec

Containers

To run the application using containers, use the following command:

docker compose up

Feel free to explore the features and functionalities of ALLJOBS. Happy job hunting!

About

Alljobs is a job opening website built using Ruby on Rails. This project follows a Test-Driven Development (TDD) and Continuous Integration/Continuous Deployment (CI/CD) approach.

Topics

Resources

License

Stars

Watchers

Forks