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
- Host: GitHub
- URL: https://github.com/artodeschini/share-images
- Owner: artodeschini
- Created: 2022-08-21T02:27:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-22T23:17:04.000Z (almost 4 years ago)
- Last Synced: 2025-03-06T05:45:58.513Z (over 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```