ymotse / auth-tdd

πŸ“šβš™οΈ TDD example using Jest in an Authentication Node API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is an example of TDD using Jest in an Authentication Node API, based in a Rocketseat video class.

Stack used:

  • Node
  • Jest
  • Express
  • Bcrypt
  • Sequelize
  • Postgresql
  • Dotenv
  • Faker
  • Factory Girl

To Run:
$ git clone <url-remote-github-repository.git>
$ cd <folder-name>
yarn add or npm install

and then, go to package.json to see the scripts runner.

About

πŸ“šβš™οΈ TDD example using Jest in an Authentication Node API


Languages

Language:JavaScript 100.0%