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.
- 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
- Development should follow TDD and BDD approach.
- Code must have 100% test coverage.
- gem 'factory_girl_rails'
- gem 'shoulda-matchers'
- gem 'faker'
- gem 'database_cleaner'