/xortodo-app

An Angular + Go lang App to demonstrate the web development using Go lang APIs.

Primary LanguageTypeScript

Task Management App

Login

Login

Dashboard

Dashboard Dashboard

New Task

New Task

Update Task

Update Task

Steps to setup:

Clone this Repo:

  1. git clone <repo_url>

  2. Add your credentials in configs/db.go file

  3. Start Go Server:

    go run main.go

  4. Serve Angular app from web/angular_app directory:

    ng serve