AllenWooooo / angular2-CRUD-golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:TypeScript 32.4%Language:Go 29.8%Language:JavaScript 15.3%Language:CSS 11.6%Language:HTML 10.8%