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

https://github.com/paveldeuce/phonebook

The example of HTTP Server in JS without frameworks. This server implements the logic of a simple phonebook.
https://github.com/paveldeuce/phonebook

axios eslint http-server jest node-server nodejs phonebook

Last synced: 4 months ago
JSON representation

The example of HTTP Server in JS without frameworks. This server implements the logic of a simple phonebook.

Awesome Lists containing this project

README

        

# phonebook

[![Node CI](https://github.com/PavelDeuce/phonebook/actions/workflows/nodejs.yml/badge.svg)](https://github.com/PavelDeuce/phonebook/actions/workflows/nodejs.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/462c90b3aa5e3807a4dc/maintainability)](https://codeclimate.com/github/PavelDeuce/phonebook/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/462c90b3aa5e3807a4dc/test_coverage)](https://codeclimate.com/github/PavelDeuce/phonebook/test_coverage)

The example of HTTP Server in JS without frameworks.
This server implements the logic of a simple phonebook.

## Launch

`$ make start`