All Projects → gernest → aurora

gernest / aurora

Licence: MIT license
minimalistic social network, with bolt database and Go

Programming Languages

go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

aurora Build StatusCoverage Status GoDoc

What is aurora?

Aurora is a lightweight social network application written in Go programming language, and using bolt database 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
    • Overview
    • 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.

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

  • chat
  • profile management
  • photo upload
  • ??? any ideas?

Scrrenshots


screenshot1

screenshot2

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 file for the full license text.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].