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
- Host: GitHub
- URL: https://github.com/sufian07/job-portal
- Owner: sufian07
- Created: 2016-11-06T15:36:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T15:37:34.000Z (almost 8 years ago)
- Last Synced: 2025-09-13T19:41:02.010Z (10 months ago)
- Topics: application, graphql, job-portal, rest-api, rest-backend, ruby-on-rails, ruby-on-rails-api, tdd
- Language: Ruby
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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'