Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wasswarichard/express-node-unittest
- Owner: wasswarichard
- Created: 2021-04-18T06:15:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-18T06:22:39.000Z (over 3 years ago)
- Last Synced: 2024-11-09T06:40:31.630Z (2 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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```