WIP: Building an app where users can add multiple choice questions where each answer has a description attached to it.
- Clone this repo
- Run
yarn
to install dependencies - Run
yarn start
to serve the app
A running mongo db server
- Run mongodb server:
mongod --port 2701
- If you use another port or want to update settings, update
config/development.json
with your configuration. This is a convict configuration format.