This is a Ruby on Rails application that will allow users to create a profile and add skills to their profile. Users can also search for other users by skill and location.
Super admin users will be able to add, edit, and delete skills and other information from the database.
- allow users to add a skill to their profile that they want to learn and then find other users who have that skill and are willing to teach it.
To get started, clone the repo and cd into the new folder. Then install the needed deps:
$ bundle install
$ rails db:create && rails db:migrate
$ yarn install
$ rails db:create && rails db:migrate
Then start the app in a local server:
$ bin/dev
Run tests with:
$ rspec