Skip to content

Commit

Permalink
Updated the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant-jain-94 committed Mar 7, 2018
1 parent b9a39b5 commit df2dfcd
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# Keep-Server [![Build Status](https://travis-ci.org/nishant-jain-94/keep-server.svg?branch=master)](https://travis-ci.org/nishant-jain-94/keep-server)
# Keep Server [![Build Status](https://travis-ci.org/nishant-jain-94/keep-server.svg?branch=master)](https://travis-ci.org/nishant-jain-94/keep-server) [![Coverage Status](https://coveralls.io/repos/github/nishant-jain-94/keep-server/badge.svg?branch=dev)](https://coveralls.io/github/nishant-jain-94/keep-server?branch=master)

Keep-Server facilitates in storing and retrieving notes for the Keep-Client.

## Prerequisites

Docker && Docker-Compose

## Instructions

```
docker-compose up --build -d
```

With this the keep server will be available on `http://localhost:4000`

## Issues

For any issues raise an issue on this repository

0 comments on commit df2dfcd

Please sign in to comment.