Skip to content

Trying to build a job portal using REST/GRAPHQL API with Ruby On Rails following TDD

Notifications You must be signed in to change notification settings

sufian07/job-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

Trying to build a job portal using REST/GRAPHQL API with Ruby On Rails following TDD

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages