/coin-price

A sample project for Crypto Trading website interview

Primary LanguageTypeScriptMIT LicenseMIT

Nest Logo

Description

Interview project for Binex created by Nest framework.

Installation

$ npm install

Copy env file

$ cp .env.example .env

Run application

# development
$ npm run start:dev

# production
$ npm run build & npm run start:prod

Pre-requirements

MongoDB installation on host machine

License

This project MIT licensed.