Skip to content

Latest commit

 

History

History
75 lines (45 loc) · 1.16 KB

README.md

File metadata and controls

75 lines (45 loc) · 1.16 KB

API

Overview Architecture

Overview

Stack

Database + ORM

  • Database: MongoDB
  • ORM: Mongoose

Client-Server

  • HTTP REST API
  • JWT Token

Background Jobs

Cron

Test

Log

Document

Monitoring tools

Devops

Third party tools

Setup

cp .env.sample .env
# replace with your environment's values
# start database
docker-compose up -d

Jest

How to run test

How to run a specific file ?

npx jest ./test/class-validator-with-schema.spec.ts