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

https://github.com/softspiders/basicauth-rest-client-jest-starter

Simple REST client starter with basic authentication which is tested by Jest
https://github.com/softspiders/basicauth-rest-client-jest-starter

auth basic-auth client exp jest rest softspiders ss starter template test

Last synced: 3 months ago
JSON representation

Simple REST client starter with basic authentication which is tested by Jest

Awesome Lists containing this project

README

          

[SOFTSPIDERS](https://github.com/softspiders/softspiders)

# basicauth-rest-client-jest-starter

Simple REST client starter with basic authentication which is tested by Jest

---

## Feature tags

- basic-auth
- client
- express
- integration-test
- jest
- 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).