Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yosuke-furukawa/goweb-sample


https://github.com/yosuke-furukawa/goweb-sample

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Goweb sample
============

Twitter like web application for goweb + angular.

Getting started
------------

# required

- mongodb

```shell
$ mongod
```

# start script

```shell
$ go build
$ open http://localhost:9090/app/
```

Components
------------

goweb (REST server)
mgo (mongo driver)
angularjs (client side)