Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keuller/node-workshop
Simple NodeJS API
https://github.com/keuller/node-workshop
jest koa nodejs
Last synced: 14 days ago
JSON representation
Simple NodeJS API
- Host: GitHub
- URL: https://github.com/keuller/node-workshop
- Owner: keuller
- License: mit
- Created: 2019-12-31T19:48:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:03:54.000Z (about 2 years ago)
- Last Synced: 2024-11-22T12:22:31.282Z (3 months ago)
- Topics: jest, koa, nodejs
- Language: JavaScript
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-workshop
Simple NodeJS API
## Running locally
```bash
$ npm start
```## Running Tests
```bash
$ npm run test
```