https://github.com/softspiders/basicauth-client-jest-starter
Simple basic authentication client starter which is tested by Jest
https://github.com/softspiders/basicauth-client-jest-starter
auth basic-auth client express integration-test jest node rest softspiders ss starter template test
Last synced: 2 months ago
JSON representation
Simple basic authentication client starter which is tested by Jest
- Host: GitHub
- URL: https://github.com/softspiders/basicauth-client-jest-starter
- Owner: softspiders
- License: mit
- Created: 2020-02-06T09:10:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T02:01:59.000Z (over 6 years ago)
- Last Synced: 2025-01-15T20:20:10.694Z (over 1 year ago)
- Topics: auth, basic-auth, client, express, integration-test, jest, node, rest, softspiders, ss, starter, template, test
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# basicauth-client-jest-starter
Simple basic authentication client starter which is tested by Jest
---
## Feature tags
- basic-auth
- client
- express
- integration-test
- jest
- node
- rest
- starter
- template
---
## Authors
[Danila Asoyan](https://github.com/Danilkashtan)
---
## Install
```
npm i
```
---
## Running integration tests
In first command prompt run server:
```
npm run start:server
```
In second command prompt run tests:
```
npm run test
```
---
### License
Licensed under the [MIT license](./LICENSE).