Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osvaldokalvaitir/nodejs-gostack9-module11
:test_tube: Automated Testing and TDD using Node.js, Express, ExpressJS Async Errors, Jest, @types/jest, SuperTest, Factory Girl, Faker.js, Sucrase, Sucrase Jest plugin, bcrypt.js, dotenv, Sequelize, pg, sqlite3, Docker and Postbird
https://github.com/osvaldokalvaitir/nodejs-gostack9-module11
automated-testing bootcamp gostack gostack-9 nodejs rocketseat tdd testing
Last synced: 23 days ago
JSON representation
:test_tube: Automated Testing and TDD using Node.js, Express, ExpressJS Async Errors, Jest, @types/jest, SuperTest, Factory Girl, Faker.js, Sucrase, Sucrase Jest plugin, bcrypt.js, dotenv, Sequelize, pg, sqlite3, Docker and Postbird
- Host: GitHub
- URL: https://github.com/osvaldokalvaitir/nodejs-gostack9-module11
- Owner: osvaldokalvaitir
- License: mit
- Created: 2019-12-12T11:47:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T12:16:21.000Z (7 months ago)
- Last Synced: 2024-06-21T03:58:45.123Z (7 months ago)
- Topics: automated-testing, bootcamp, gostack, gostack-9, nodejs, rocketseat, tdd, testing
- Language: JavaScript
- Homepage:
- Size: 743 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Node.js - GoStack 9 Module 11
:test_tube: Automated Testing and TDD using Node.js, Express, ExpressJS Async Errors, Jest, @types/jest, SuperTest, Factory Girl, Faker.js, Sucrase, Sucrase Jest plugin, bcrypt.js, dotenv, Sequelize, pg, sqlite3, Docker and Postbird
## :wrench: Install and run
Open terminal:
```sh
# Clone this repo
git clone https://github.com/osvaldokalvaitir/nodejs-gostack9-module11# Entry in folder
cd nodejs-gostack9-module11# Install deps with npm or yarn
npm install | yarn# Make a copy of the .env.example file, rename it to .env and change the variables according to your environment.
# Run tests
npm run test | yarn test
```Click to learn more about the tools used: [Docker](https://github.com/osvaldokalvaitir/awesome/blob/main/src/containers/docker.md), [PostgreSQL Docker Image postgres](https://github.com/osvaldokalvaitir/awesome/blob/main/src/containers/docker/images/postgres.md), [Postbird](https://github.com/osvaldokalvaitir/awesome/blob/main/src/sgdbs/postgresql/postbird.md).
## :memo: License
This project is under the MIT license. See [LICENSE](/LICENSE) for more information.
---
Developed with 💚 by Osvaldo Kalvaitir Filho