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

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

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).