Skip to content

hblab-ngocnd/get-started

Repository files navigation

tests Deploy to IBM Cloud Foundry

Prerequisites

You'll need the following:

1. Clone the app

Now you're ready to start working with the simple Go hello world app. Clone the repository and change to the directory where the sample app is located.

git clone https://github.com/hblab-ngocnd/get-started
cd get-started

Peruse the files in the get-started-go directory to familiarize yourself with the contents.

2. Run the app locally use air

Create .env file

CLOUDANT_URL=dasdsa
GOOGLE_APPLICATION_API_KEY=sss
DEBUG=true
SYNC_PASS=123456

Build and run the app.

air

View your app at: http://localhost:8080