This project is a test application for a job at Embarca. Its a simple city search feature where you can search trough cities or states.
- Docker;
- Docker-compose;
- Clone the repository:
git clone https://github.com/JordanBiego/city_finder.git
- Navigate to the project directory:
cd city_finder
- Build the Docker containers:
docker-compose build
- Run the migrations:
docker-compose run web bin/rails db:migrate
- Run the seed to populate the database:
docker-compose run web bin/rails db:seed
- Run tests:
docker-compose run web bin/rspec
- Run the app:
docker-compose up
- Visit http://localhost:3000 in your browser.
- Access the application at http://localhost:3000.
- Users can search cities using the interface.
- Run tests using RSpec.
This project is purely educational, please do not redistribute without consent!