Categorygithub.com/virrages/chirp
repository
0.0.0-20170324174408-748f5db8ce8c
Repository: https://github.com/virrages/chirp.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Chirp

Build Status Go Report Card GoDoc CircleCI

Chirp is simplified Twitter written in Angular 2 and Go. You can start fully working website with just one line.

Setup

Before we begin we have to install docker-compose command Install. Important is that docker-compose should have >1.6 version!

$ make production

To be able to use system you need to add to /etc/hosts:

127.0.0.1   backend.show frontend.show

It is because we are not using any external domains yet. Then you can just hit frontend.show/ and now you are able to access fully working project ^^.