/securitize-challenge

Securitize Challenge

Primary LanguageTypeScript

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Configurations

There is a env.example in both projects web and api to configure.

cp env.example .env

Docker

To make development easier there is a docker-compose.yml file to run a db and nginx:

docker-compose up -d