An open API service indexing awesome lists of open source software.

https://github.com/fakiolinho/phonebook


https://github.com/fakiolinho/phonebook

bulma code enzyme hapijs jest lab mongodb reactjs redux redux-thunk webpack2

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Phonebook

![](https://media.giphy.com/media/3oKIPr7KgCrs7JpRiE/giphy.gif)

## Get Started

```bash
git clone https://github.com/fakiolinho/phonebook.git
cd phonebook
npm i && npm start
```

You also need a `.env` file in the following format (it is ignored by git):

```bash
MONGO_URI=mongodb://localhost/phonebook

HOST=localhost
PORT=3000
```