Skip to content

dandice9/ahapr

Repository files navigation

Demo Aha Project, and hosted api documentation API Doc.

Getting Started

First, install required libraries:

npm install

Copy .env.local.example into .env.local and update this configuration to your auth0 credentials

Copy database.js.example into database.js inside config folder and update this configuration to your database connection

Then, run the development server:

npm run dev
# or
yarn dev