Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 680 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 680 Bytes

job-portal

A job portal using REST backend developed with Rails5 API. A SPA frondend (Angular2) will be soon made to consume the api and show a beautifull front end.

Features

  • Client posts jobs
  • Job seekers create profile & apply for a job
  • JOB Portal Admin - sends a list of portfolios to clients
  • Clients pick a portfolio
  • Payment integration - Clients get charged on Credit Card - Stripe integration
  • Job seeker get notified
  • Clients rate job seeker

Methodology

  • Development should follow TDD and BDD approach.
  • Code must have 100% test coverage.

Important library

  • gem 'factory_girl_rails'
  • gem 'shoulda-matchers'
  • gem 'faker'
  • gem 'database_cleaner'