Skip to content

simple gofiber api that does basic functions such as displays info about the api in /info and fetches and displays basic data from postgress db at /members

Notifications You must be signed in to change notification settings

rehanshaikh25/fiber-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple api made in gofiber

docker image - docker pull quaintlotus8443/fiber-app:v1
live @ - https://fiber-app-b27i.onrender.com/

Installation instructions

  1. Running on bare-metal
    • Git clone the repo
    • Open project dir and install the dependencies
    • Put your database url in the .env file
    • go build -o appname
  2. Running inside a Docker image
    • docker buildx builld -t fiber-app .
    • docker run -p 3000:3000 fiber-app

About

simple gofiber api that does basic functions such as displays info about the api in /info and fetches and displays basic data from postgress db at /members

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published