This is the golang server that corresponds with Genre Search UI example project showcasing how to use native webcomponetns.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need in order to run this project.
Golang programming language
gorilla/mux
Genre Search ui git repo cloned and running
A step by step series of examples that tell you how to get a development env running
Install dependencies
Install instructions for the Go programming language can be found at https://golang.org/doc/install
go get github.com/gorilla/mux
To run the app
cd genre-search-server
go build main.go
./main
You will now have a running server.
For the UI, please follow the instructions within the README.md file found at Genre Search UI
- Gorilla Mux - The web framework used
- Miles WIlliams
This project is licensed under the MIT License - see the LICENSE.md file for details