ExpertHub is a technician reservasation website that provide the public with an easy and convenient way to rent technicians and offer technical services to people.
Client
Server
- Rails
Database
- Technician endpoint
- Users can add/remove a Technician
- Users can book a Technician
To get a local copy up and running, follow these steps.
Make sure you have Git
and Ruby
installed
gem install rails
Install the project using this command:
rails db:create
rails db:migrate
rails db:seed
Run in terminal:
EDITOR=code rails credentials:edit
This command will create a new master.key and credentials.yml.enc if they do not exist.
bundle install
Run project using this command:
rails s
Run tests using this command:
rake rswag
- GitHub: @kendoriddy
- Twitter: @RideOnOne09
- LinkedIn: Kehinde Ridwan Onifade
👤 nicholas maina
- GitHub: @businesskaniki
- LinkedIn: Nicholas
👤 Josh Batey
- GitHub: @zemola
- Twitter: @Bateyjosue
- LinkedIn: Josh
- Rspec tests
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.