Better Dev is a web application built with Ruby on Rails that connects recruiters with web developers. Recruiters can create job listings that developers can view and apply to, and developers can track the status of their applications.
- Clone the repository:
git clone https://github.com/GuiPro0408/better_dev.git - Install dependencies:
bundle install - Set up the database:
rails db:create db:migrate - Start the server:
rails s
- Devise for user authentication and authorization.
- stimulus-rails for JavaScript framework.
- Recruiters can create job listings and manage them.
- Developers can view job listings, apply to them, and track the status of their applications.
- GuiPro0408
This project is licensed under the MIT License - see the LICENSE file for details.
Thank you for using Better Dev!