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=30
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
https://blogapp-wkxi.onrender.com/swagger/index.html
http://localhost:3000/swagger/index.html