Developer Documentation
Conventions
Conventions
  • File and Folder Structure
  • Logging
  • Code Quality
  • Security
  • Code Style
  • Tools and Platforms
Powered by GitBook
On this page

Was this helpful?

Tools and Platforms

We will put a list of tools and platforms that we will be going to use in this document.

Introduction

In order to make Urapolku a success, we will be using a variety of tools and platforms. These should help us create a succesfull project and are listed below:

  • Next.JS (Framework)

  • Vercel (Deployment)

  • Storybook (Components)

  • Logflare (Logging)

  • Pino (Logging)

  • ESLint (Code Quality)

  • Codacy (Code Quality, Code Style and Code Security)

  • MongoDB (Database)

  • Prisma (Type-safe ORM)

  • Auth0 (Authentication and Authorization)

  • Zod (Schema Data Types)

  • TRPC (API)

  • Gitbook (Documentation)

  • Cypress (E2E and Unit Testing Entire Application)

  • Playwright (E2E Testing Components)

PreviousCode Style

Last updated 1 year ago

Was this helpful?