Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wasswarichard/express-node-unittest

express node unittest
https://github.com/wasswarichard/express-node-unittest

Last synced: 10 days ago
JSON representation

express node unittest

Awesome Lists containing this project

README

        

# Small Stats API
This project is built using Node, a run-time engine for JavaScript.
## Setup Scripts
1. Option 1: Without docker
```sh
$ npm install
$ npm run dev

```
2. Option 2: With Docker
```sh
$ docker build -t node-development .
$ docker run -it -p 3001:3001 node-development

```
In both options, the api can be accessed at http://localhost:3001

## Test Script
```sh
$ npm run test

```