Search App API is the backend of a full-stack solution that enables users to search any Torre profile by name, favorite profiles, and save their most recent searches.
Client
- React to create the UI.
- Redux Toolkit to manage state.
- Tailwindcss to apply awesome styles.
Server
Database
- Data Model
To get a local copy up and running follow these simple example steps.
You need the following tools be installed in your computer:
Clone this repository to your desired folder:
cd my-prefered-folder
git clone https://github.com/jmonto55/search-app-api.git
Install this project with:
cd search-app-api
bundle
Create the databases,run migrations, and populate it with seed data:
rails db:create
rails db:migrate
To run the project run the following commands:
rails tailwindcss:build
rails s
👤 Jose Montoya
- Add options to eliminate recent searches and favorite profiles
- Fine tune queries with the bullet gem to make them as efficient as possible
- Document the API created using Swagger gem
I would like to thank Torre for their awesome API and test.
This project is MIT licensed.