Sobre | Instalando | Tecnologias Utilizadas | Autor
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
- 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
- PostgreSQL - Open source database(SGBD)
- SQLite - Open source database(SGBD)
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.