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.
- Host: GitHub
- URL: https://github.com/paveldeuce/phonebook
- Owner: PavelDeuce
- Created: 2021-12-06T11:54:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-13T12:33:44.000Z (over 3 years ago)
- Last Synced: 2025-01-04T12:17:41.344Z (5 months ago)
- Topics: axios, eslint, http-server, jest, node-server, nodejs, phonebook
- Language: JavaScript
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phonebook
[](https://github.com/PavelDeuce/phonebook/actions/workflows/nodejs.yml)
[](https://codeclimate.com/github/PavelDeuce/phonebook/maintainability)
[](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`