trongthanh / ct-go-lang-backend-course

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

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


Languages

Language:JavaScript 78.2%Language:Go 19.3%Language:HTML 0.9%Language:Shell 0.8%Language:CSS 0.4%Language:Dockerfile 0.2%