For run locally we need a database
docker-compose up -d
-dmeans detached
mongodb://localhost:27017/exchangedb
First, run the development server:
yarn install
yarn dev:startOpen http://localhost:3000 with your browser to see the result.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
For run locally we need a database
docker-compose up -d
-d means detachedmongodb://localhost:27017/exchangedb
First, run the development server:
yarn install
yarn dev:startOpen http://localhost:3000 with your browser to see the result.