Skip to content

anazcodes/blogapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog App

A Blog Post API in Go powered by Fiber framework.

Technologies

  • Go Programming Language

  • Fiber Framework

  • Swagger

  • Docker

  • Unit Testing

Run on Docker

docker run -p 3000:3000 --name blogapp anazibinurasheed/blogapp:latest --port=3000 --cache-capacity=30

Run Locally

Clone the project

  git clone https://github.com/anazcodes/blogapp.git

Get into project directory

  cd blogapp

Install dependencies

  go mod tidy

Start the server

  go run cmd/blogapp/main.go --port=3000 --cache-capacity=30

Access Live Swagger UI

https://blogapp-wkxi.onrender.com/swagger/index.html

Click Here To Redirect

Access Swagger UI Locally

http://localhost:3000/swagger/index.html

Click Here To Redirect

About

A Blog Post CRUD API in Go powered by Fiber framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published