Skip to content

This is a golang api server that's used with the genre-search-ui repository to showcases how to create and implement webcomponents using custom elements.

License

Notifications You must be signed in to change notification settings

MilesWilliams/genre-search-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genre Search *server

This is the golang server that corresponds with Genre Search UI example project showcasing how to use native webcomponetns.

Getting Started

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.

Prerequisites

What things you need in order to run this project.

Golang programming language 
gorilla/mux
Genre Search ui git repo cloned and running

Installing

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

Deployment

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

Built With

Authors

  • Miles WIlliams

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

This is a golang api server that's used with the genre-search-ui repository to showcases how to create and implement webcomponents using custom elements.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages