Skip to content

sidney-cardozo/PreReq-Simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prereq

App built for PreReq, a non-profit organization started by McGill MBA students, that seeks to help refugees enter the Montreal workforce in 2 main ways. First, PreReq invites employers to post job openings directed at the immigrant community on their site. Second, through their Buddy System, they match immigrants with MBA students who can help them find work through their connections and experience with the job search and application process.

Suited for the needs of 3 types of users: immigrants/applicants, employers, & admin. Employers can create an account for their company, edit their profile, & post jobs. Applicants can create an account, edit their profile, search through job postings and bookmark their favorite ones. Admin can view the names and profiles of all immigrants and MBA students in the system, create profiles for new MBA students, create new pairs, & write "success stories" for pairs to be displayed on the site's homepage.

WORK IN PROGRESS to be launched soon.

Implemented with Ruby on Rails, Postgres, Bootstrap, & SASS.

Live on https://polar-peak-56705.herokuapp.com/

Login details:

Admin : email -> admin@admin.com password -> password

Employer : email -> employer@employer.com password -> password

Applicant : email -> applicant@applicant.com password -> password

Screenshots

Welcome page: "Welcome page"

Welcome page - success stories: "Welcome page - success stories"

Admin dashboard: "Admin dashboard"

Immigrant profile: "Immigrant profile"

Job search: "Job search"

Job posting - bookmarked: "Job posting - bookmarked"

Bookmarked jobs: "Bookmarked jobs"

Company postings: "Company postings"

Create new job posting: "Create new job posting"

Setup

  1. Fork & Clone
  2. Run bundle install to install dependencies
  3. Create config/database.yml by copying config/database.example.yml
  4. Create config/secrets.yml by copying config/secrets.example.yml
  5. Run bin/rake db:reset to create, load and seed db
  6. Create .env file based on .env.example
  7. Run bin/rails s -b 0.0.0.0 to start the server

Dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published