mikako-shirai / Typeahead-Suggestion

Typeahead Suggestion - Backend

Home Page:https://typeahead-suggestion.an.r.appspot.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CC26 Polyglottal Project - Typeahead Suggestion

Typeahead Suggestion
An auto suggestion feature built in Go. When typing a word in the input form, it auto-suggests all the English words that share the same prefix as you type.
Implemented using a trie data structure.
This repository only contains code for backend.

Frontend and Backend

This project's frontend and backend are built separately.
Source files for frontend are at: https://github.com/mikako-shirai/Typeahead-Suggestion-frontend

Built with

Frontend

Backend

Deployment

Hosted the app on https://typeahead-suggestion.an.r.appspot.com/

(Server side is hosted on https://typeahead-suggestion-be.an.r.appspot.com/)

Getting Started

  1. clone this repository
$ git clone https://github.com/mikako-shirai/Typeahead-Suggestion.git
  1. move to the root Typeahead-Suggestion directory
$ cd Typeahead-Suggestion
  1. run the server locally
$ go run main.go

About

Typeahead Suggestion - Backend

https://typeahead-suggestion.an.r.appspot.com


Languages

Language:Go 93.5%Language:HTML 3.6%Language:CSS 2.9%