An open API service indexing awesome lists of open source software.

https://github.com/sufian07/job-portal

Trying to build a job portal using REST/GRAPHQL API with Ruby On Rails following TDD
https://github.com/sufian07/job-portal

application graphql job-portal rest-api rest-backend ruby-on-rails ruby-on-rails-api tdd

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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'