Skip to content

Web app for searching a CSV video catalog using Go + React + react-autosuggest

License

Notifications You must be signed in to change notification settings

cskonopka/CatalogSearch

Repository files navigation

Catalog Search

This project was created for the purpose of traversing a large video catalog on Vimeo, via a CSV, and providing a way to autosuggest titles based on input. At the same time this serves as a basic example of how to use React paired with Go as a back-end technology. Most of the project is adapted from 'go-starter-kit' by olebedev and then injected with react-autosuggest. The instructions below are from the 'go-starter-kit' README which can also be found in the file 'go-starter-kit-README.md'.

What was used?

Install

Clone the repo:

$ git clone git@github.com:olebedev/go-starter-kit.git $GOPATH/src/github.com/<username>/<project>
$ cd $GOPATH/src/github.com/<username>/<project>

Install dependencies:

$ make install

Run development

Start dev server:

$ make serve

About

Web app for searching a CSV video catalog using Go + React + react-autosuggest

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published