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.