Skip to content

fcsouza/challenges-and-modules-rocketseat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project logo

Repositório principal contendo todos os módulos e desafios do GoStack 10º Bootcamp da Rocketseat

Status GitHub Issues GitHub Pull Requests Made By License


📝 Conteúdo

Sobre   |    Instalando   |    Tecnologias Utilizadas   |    Autor

🧐 Sobre


⚙️ Instalando

git clone https://github.com/fcsouza/challenges-and-modules-rocketseat.git

cd /desafios/desafio-xx-rocketseat || cd /modulos/modulos-xx-rocketseat <- Onde xx é o número.

yarn install
yarn dev

⛏️ Tecnologias Utilizadas

  • Express - Server Framework
  • NodeJs - Server Environment
  • Bcryptjs - Hash password module
  • JWT - JWT(JSON Web Token) authentication.
  • Sequelize - Multi SQL dialect ORM
  • Yup - Simple Object schema validation
  • ESLint - Tool for identifying and reporting on patterns found in ECMAScript/JavaScript code
  • Nodemon - Simple monitor script for use during development
  • Prettier - Opinionated Code Formatter
  • Sucrase - Sucrase is an alternative to Babel that allows super-fast development builds

Database

Unit Test

  • Jest - JavaScript Testing tools
  • Supertest - Super-agent driven library for testing node.js HTTP servers using a fluent API.
  • Faker - generate massive amounts of fake data in the browser and node.js
  • Factory-girl - A library for setting up Javascript objects as test data.

✍️ Autor