Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yosuke-furukawa/goweb-sample
https://github.com/yosuke-furukawa/goweb-sample
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yosuke-furukawa/goweb-sample
- Owner: yosuke-furukawa
- Created: 2014-02-09T13:58:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:51:17.000Z (11 months ago)
- Last Synced: 2024-04-15T12:17:32.666Z (7 months ago)
- Language: CSS
- Size: 2.24 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)