This application is a google drive downloader api that is written in go to explore some best practices and logic when it comes to building backend api's in go.
To run this api locally you can run the following commands:
git clone https://github.com/Nicholas-Nguyen8742/go-google-downloader.git
cd go-google-downloader
go run cmd/main.go
- Download & Install Go, you can verify you've installed go by opening a command prompt and typing the following command:
go version
- Clone the repository:
git clone https://github.com/Nicholas-Nguyen8742/go-google-downloader.git
cd go-google-downloader
- Run the project:
go run cmd/main.go