http-server

command
v1.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

README

HTTP Server Example

This GoFr example demonstrates a simple http server which supports redis and mysql as datasources.

To run the example follow the steps below:
  • Run the docker image of redis
docker run --name gofr-redis -p 2002:6379 -d redis:7.0.5
  • Run the docker image of mysql
docker run --name gofr-mysql -e MYSQL_ROOT_PASSWORD=password -e MYSQL_DATABASE=test -p 2001:3306 -d mysql:8.0.30
  • Now run the example
go run main.go

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL