Skip to content

ChurchApps/GivingApi

Folders and files

NameName
Last commit message
Last commit date
Jan 21, 2021
Feb 22, 2021
Feb 20, 2021
Jan 19, 2021
Jan 15, 2021
Feb 21, 2021
Jan 15, 2021
Jan 29, 2021
Feb 22, 2021
Jan 21, 2021
Feb 21, 2021
Feb 21, 2021
Jan 19, 2021
Jan 15, 2021
Jan 15, 2021

Repository files navigation

GivingApi

Shared api for tracking church donations.

Dev Setup Instructions

  1. Create a MySQL database named giving
  2. Copy dotenv.sample.txt to .env and edit it to point to your MySQL database.
  3. Pull the apiBase submodule with: git submodule init && git submodule update
  4. Install the dependencies with: npm install
  5. Create the database tables with npm run initdb
  6. Start the api with npm run dev