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.
- Host: GitHub
- URL: https://github.com/codeofnode/server
- Owner: codeofnode
- License: mit
- Created: 2018-01-18T17:24:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T20:48:16.000Z (over 3 years ago)
- Last Synced: 2025-01-28T16:17:51.638Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 265 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)