/ct-go-lang-backend-course

Personal practices and side project for Go lang course training in Chợ Tốt

Primary LanguageJavaScript

Backend Go lang course homework by Thanh Tran

Side project branch

Go Social :: Instagram clone

Getting started with local development

  1. Install mongodb community server and start it at mongodb://localhost:27017
  2. Build front end application:
    • In www, run npm install
    • Then run npm run build
  3. Get GCS service account .json and place it at gcs.json
  4. Start Go app (which serve both API and static SPA):
    • At repo root, run: go run .
  5. Visit web app at http://localhost:8090/