Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 286 Bytes

File metadata and controls

24 lines (17 loc) · 286 Bytes

fitty

Setup environment variables

export MONGO_URL=mongo_url
export JWT_SECRET_KEY=jwt_secret_key

Installation

yarn install
#or
npm install

Run locally

yarn dev

Open localhost:3000 in browser. Read API documentation here.