Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 376 Bytes

File metadata and controls

26 lines (16 loc) · 376 Bytes

For run locally we need a database

docker-compose up -d
  • -d means detached

Mongo DB URL Local

mongodb://localhost:27017/exchangedb

Getting Started

First, run the development server:

yarn install
yarn dev:start

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