Skip to content
/ chirp Public

Chirp - simplified Twitter written in Go and Angular2

License

Notifications You must be signed in to change notification settings

VirrageS/chirp

Repository files navigation

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 ^^.