-
Clone the repo:
https://github.com/abba-m/reminder-api.git
-
Use the .env_example to set up a .env file (dont rename, copy instead)
-
While in the directory where the app's been cloned, run from terminal:
yarn
-
To setup database run:
yarn db:create
-
To start the app, run:
yarn dev
yarn build