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

https://github.com/artodeschini/share-images

node tdd jest express
https://github.com/artodeschini/share-images

Last synced: 2 months ago
JSON representation

node tdd jest express

Awesome Lists containing this project

README

          

# Compartilhamento de Imagens

Sistema para estudos da lib jest e TDD com javascript

## requisitos

* Node
* Mongo
* Express

## executando testes

```bash
npm run test
```

## instalacao manual

```bash
npm init -y

npm install jest --save
npm install @types/jest --save
npm install supertest --save
npm install express --save
npm install mongoose --save
npm install jsonwebtoken --save
npm install bcrypt --save
```