/angular2-CRUD-golang

Primary LanguageTypeScriptMIT LicenseMIT

angular2-CRUD-golang

A simple CRUD example for angular2 and golang. Uses MongoDB for the database, drive by mgo.

Getting Started

First, install packages and typings:

go get gopkg.in/mgo.v2
npm install
npm run postinstall

And then:

npm run build
cd server
go run main.go