Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prestaul/service-prototype
Stub of a basic web-service
https://github.com/prestaul/service-prototype
Last synced: 13 days ago
JSON representation
Stub of a basic web-service
- Host: GitHub
- URL: https://github.com/prestaul/service-prototype
- Owner: Prestaul
- Created: 2016-04-28T20:43:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-13T17:57:59.000Z (over 8 years ago)
- Last Synced: 2024-11-06T21:47:11.401Z (2 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# service-prototype
### Setup
```bash
npm install
```### Run in production
```bash
NODE_ENV=production npm start
```### Development
```bash
npm run dev # continuously run the service with a watch
npm run lint # run the linter
npm run test-and-exit # run tests alone
npm run test-watch # continuously run tests with a watch
npm run coverage # run tests with coverage reports
npm test # lint and run tests with coverage reports
```