An open API service indexing awesome lists of open source software.

https://github.com/quiet-node/csc-365-fullstack-app-i

🌱 Version 1.0 is a full-stack web application that works like a search engine which will find the similar and relevant businesses (in a json dataset from Yelp) based on user's inputs using Cosine Similarity Metric.
https://github.com/quiet-node/csc-365-fullstack-app-i

cosine-similarity docker full-stack java jpa material-ui mysql react search-engine spring-boot suny-osweg tailwindcss typescript

Last synced: 9 days ago
JSON representation

🌱 Version 1.0 is a full-stack web application that works like a search engine which will find the similar and relevant businesses (in a json dataset from Yelp) based on user's inputs using Cosine Similarity Metric.

Awesome Lists containing this project

README

          

# CSC-365 fullstack app

## Overview
- Visit extended versions here at [CSC-365-fullstack-app 2.0](https://github.com/lgad31vn/CSC-365-fullstack-app-II) and [CSC-365-fullstack-app 3.0](https://github.com/lgad31vn/CSC-365-fullstack-app-III)

- Version 1.0 is a full-stack web application that works like a _search engine_ which will find the similar and relevant businesses (in a json dataset from Yelp) based on user's inputs using Cosine Similarity Metric.

### Project Showcase

https://user-images.githubusercontent.com/66233296/155579965-f9aaa7d7-7820-4018-808b-f5c8eec24f3a.mov

## Technologies

### Backend -- Engine/Server

- Java Springboot
- Customized HashTable
- Cosine Similarity
- MySql Database
- Docker

### Frontend -- Client

- Vite/React--TypeScript
- Tailwindcss
- Material-UI

### Dataset source

- yelp_dataset_business.json at [Yelp Dataset](https://www.yelp.com/dataset)