https://github.com/gernest/aurora
minimalistic social network, with bolt database and Go
https://github.com/gernest/aurora
Last synced: 6 months ago
JSON representation
minimalistic social network, with bolt database and Go
- Host: GitHub
- URL: https://github.com/gernest/aurora
- Owner: gernest
- License: mit
- Created: 2015-05-29T12:36:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T08:31:14.000Z (almost 10 years ago)
- Last Synced: 2024-06-19T04:21:05.971Z (10 months ago)
- Language: Go
- Homepage:
- Size: 3.6 MB
- Stars: 15
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aurora [](https://drone.io/github.com/gernest/aurora/latest)[](https://coveralls.io/r/gernest/aurora?branch=master) [](https://godoc.org/github.com/gernest/aurora)
### What is aurora?
Aurora is a lightweight social network application written in [Go programming language](http://golang.org/),
and using [bolt database](https://github.com/boltdb/bolt) as its main storage source.This is not for production use, I started this project as a way to learn more about the Go
programming language, and also to experiment with testing web services in Go.## Guide
1. [Getting started](docs/getting-started.md)
- [x] Overview
- [x] Installation### Alternative way to build
I was digging in the go standard library, and thought I should experiment on the `text/template`. I extended it and made a toy yet working build tool(a.k.a template based build tool). The source code is found here [zanzibar](https://github.com/gernest/zanzibar).You can build aurora using zanzibar tool. Install it first.
go get github.com/gernest/zanzibar
clone aurora
git clone https://github.com/gernest/aurora
cd into aurora and run zanzibar
cd aurora&&zanzibar
you should find your build in builds directory.
Roadmap
-------## Features
- [x] chat
- [x] profile management
- [x] photo upload
- [x] ??? any ideas?Scrrenshots
___________

## Contributing
This is a playground, all kinds of contibutions are welcome. Since it is for learning and
experimenting, feel free to think of new ideas.The important thing is to test, whatever you add make sure it has tests. Also be clear on what
exactly ypur PR does.## License
This project is under the MIT License. See the [LICENSE](https://github.com/gernest/aurora/blob/master/LICENCE) file for the full license text.