Skip to content

joseanfernandez/go-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GO

For this example, I have used The Movie Database API.

You must register for an API key.

Instructions

Download the code

git clone https://github.com/joseanfernandez/go-server.git

Create your own config package

cd go-server
mkdir config
cd config
touch config.go

config.go

package config

var ApiKey =  "YOUR_API_KEY"

Build

cd go-server
go build

How to use it

./go-server

Try me!

About

Basic server using Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages