Goodspot

yarn

yarn run seed

yarn start

yarn run dev

yarn test you can run only the test you want with --grep yourKeyWord

yarn run testCover

A mailgun API and domain is needed to use mail (for signup and password recovery) It should be in a .env file : MAILGUN_API_KEY = "your api key" MAILGUN_DOMAIN = "your domain"

You can also choose your port and mongoDB uri with the env variables: DEV_APP_PORT DEV_MONGODB_URI

TEST_APP_PORT TEST_MONGODB_URI

in production : PROD_MONGODB_URI