Motorify Prerequisites Ensure you have the following installed: Ruby Rails SQLite Getting Started 1. Clone the repository: git clone https://github.com/elRatto21/M223-Motorify.git cd project 2. Install dependencies: bundle install 3. Set up the database: rails db:create rails db:migrate 4. Seed the database (initial admin user) rails db:seed 5. Running tests (optional) rails test 6. Start the application rails server