/reminder-api

Primary LanguageTypeScriptMIT LicenseMIT

Reminder API

Getting Started

  1. Clone the repo: https://github.com/abba-m/reminder-api.git

  2. Use the .env_example to set up a .env file (dont rename, copy instead)

  3. While in the directory where the app's been cloned, run from terminal:

    yarn
  4. To setup database run:

    yarn db:create
  5. To start the app, run:

    yarn dev

Building

yarn build