Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```