A Blog Post API in Go powered by Fiber framework.
-
Go Programming Language
-
Fiber Framework
-
Swagger
-
Docker
-
Unit Testing
docker run -p 3000:3000 --name blogapp anazibinurasheed/blogapp:latest --port=3000 --cache-capacity=30Clone the project
git clone https://github.com/anazcodes/blogapp.gitGet into project directory
cd blogappInstall dependencies
go mod tidyStart the server
go run cmd/blogapp/main.go --port=3000 --cache-capacity=30https://blogapp-wkxi.onrender.com/swagger/index.html
http://localhost:3000/swagger/index.html