Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# node-workshop

Simple NodeJS API

## Running locally
```bash
$ npm start
```

## Running Tests
```bash
$ npm run test
```