Skip to content

prodbyola/star-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StarSearch

StarSearch is a simple set of API endpoints to demonstrate Golang's strength in RESTful API development. It fetches data from Swapi API, transforms and send them as a Response to different endpoints. See demo and documentation

Installation

Requirements

For Linux users

To enable hot reload, install air: sh install.sh air.
To install the demo and documentation sh install.sh docs.

Using Docker

You can install and launch the app using docker-compose up

Serving the app

On Linux

sh serve.sh app

On Windows

cd app && go run main.go

If you installed air, then you can do

cd app && air

Building the app

On Linux

sh build.sh app

On Windows

cd app && go build -o starsearch main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published