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

https://github.com/codeofnode/server

A boilerplate for web server, with modular architecture over pseduo micro-services approach.
https://github.com/codeofnode/server

Last synced: 11 months ago
JSON representation

A boilerplate for web server, with modular architecture over pseduo micro-services approach.

Awesome Lists containing this project

README

          

# The server
> A boilerplate for web server, with modular architecture over microservices approach.

## How to start
```
$ npm install
```

## How to start
```
$ npm start
```

## How to test
```
$ npm test
```

## How to test, finding coverage, build, running lint, docs everything
```
$ npm run all
```

## json2server
> [Read more about JSON 2 Server](https://github.com/codeofnode/json2server)