Skip to content

Soonad/Forall-Server-Legacy

Repository files navigation

Build Status

Forall Server

Forall is the repository for Formality files.

Description

This app is built with Nest framework.

Running with Docker

If you do not want to configure node and everything, you can run the service in prod mode with docker by running docker-compose up -d. That will start everything in background and you can check the docs for the API on http://localhost:3000/apidoc

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Releases

No releases published

Packages

No packages published