/spraywall-api

NestJs API used by the spraywall application.

Primary LanguageTypeScript

SprayWall

Description

Api side for the SprayWall application built on famous NestJs framework.

Quick Start

You can run this application really quickly. Note that it use yarn instead of npm so you have to install it globally first if it is missing: $ npm i -g yarn

Install dependencies: $ yarn install

Create a .env file in the project root folder, copy required variables from the .env.example and add your values.

Then start the app: $ yarn run start