RecycleMap Backend
외부 api key를 위한 .env 파일과 firebase 연동을 위한 module/config/serviceAccountKey.json을 필요로한다.
다음의 파일들은 보안을 위해 구글폼으로 제출하겠습니다.
이 프로젝트는 $GOPATH/src 에 위치되어야한다.
go run .
또는 go run main.go
으로 실행가능
go build .
또는 go build main.go
으로 실행파일 생성
맨처음 실행시 필요한 라이브러리들은 자동설치되어 실행된다.
Requires .env file for external api key and module/config/serviceAccountKey.json for firebase integration.
The following files will be submitted via Google Form for security.
This project should be located in $GOPATH/src.
Can be run with go run .
or go run main.go
Create an executable with go build .
or go build main.go
When running for the first time, necessary libraries are automatically installed and executed.