/ignite-finance-api

This project is a API REST built using Fastify, Knex, TypeScript and others.

Primary LanguageTypeScript

Ignite Finance API

This project is a API REST built using Fastify, Knex, TypeScript and others. It's a chapter of Ignite 2023, created by Rocketseat.

Dependencies

  • Fastify - Micro Framework to build server
  • Knex - Query builder
  • SQLite - Database to development
  • Dotenv - Use environment variable
  • ESLint - Lint files
  • Zod - Create validators
  • tsx - Run files TypeScript
  • tsup - Build TypeScript projects
  • vitest - Create automatically tests
  • supertest - Consume server on tests