Skip to content

A cool application to decide where you should eat

Notifications You must be signed in to change notification settings

KnpLabs/keskonmang

Repository files navigation

KNP Keskonmang

This cool application helps you deciding where you should eat this morning with your team mates :)

Installation

Requires the latest version of :

  • docker-ce
  • docker-compose

Just clone this repository and install its dependencies:

$ git clone git@github.com:KnpLabs/keskonmang.git keskonmang
$ cd keskonmang
$ make .env install-deps

Then, run it with

$ make start

and browse http://localhost:3001/.

Tests

To run the tests :

$ make test