Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 595 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 595 Bytes

Install Requirements

yarn install

Start Server

yarn run start

Env Variables

  • To enable all loggers (see morgan): export DEBUG=app:*

Start Mongo (docker)

./mongo_start

You must have docker and be able to run it without sudo. See https://docs.docker.com/engine/install/linux-postinstall/

Mongo Client (docker)

./mongo_client

Fill Mongo

pip3 install bcrypt pymongo
./mongo_fill

pass --help for more options

Configs

You can override configurations by adding them in config/local.json file, which is ignored by git.