Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 368 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 368 Bytes

Bootcamp game catalog

Setup

asdf install
yarn install
cp .env.sample .env

Put your Mongo Database URL in the .env file.

Launch

yarn dev

Populate DB

yarn populate-db

Destroy DB

yarn destroy-db

Tests

yarn test

Linter

yarn lint