Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Solvro/backend-taskmanager-api

Repository files navigation

Task Manager API

Installation

Use the package manager [yarn] to install dependencies

yarn install

and create documentation.

yarn docs

Getting started

To start create '.env.development' in root of directory.

MONGO_URL=mongodb://127.0.0.1:27017
AUTH0_ISSUER_BASE_URL=dummy

Now use 'yarn dev' or 'yarn dev:windows' to run the app!