Skip to content

Lanskask/posts_go_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Posts with Clean architecture

Connect your firebase project and put firebase-adminsdk.json key file to the root of this project.

Also add a .profile file with the following content

export GOOGLE_APPLICATION_CREDENTIALS=./your-firebase-admin-sdk-key.json

How to run test coverage

go test -coverprofile=coverage.out                                                                          21:38:53
go tool cover -html=coverage.out

About

Posts API with Clean architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages