- Ruby 3.1.2
- Rails 7.0.4
[email protected]:yaroslavrick/car_advertisements_web.git
cd car_advertisements_web
bundle install
cp .env.example .env.development
docker-compose up
Ensure that the ports configured in .env
do not conflict with your running services.
bundle exec rails db:create
bundle exec rails db:migrate
bundle exec rails db:seed
To start the app, run the following command:
bundle exec rails server
Once the server is running, open your web browser and go to http://localhost:3000 to access the app.
To run the test suite, use the following command:
bundle exec rspec