ChurchApps / AttendanceApi

Shared API for access church attendance information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttendanceApi

Shared API for church attendance information.

Dev Setup Instructions

  1. Create a MySQL database named attendance.
  2. Copy dotenv.sample.txt to .env and edit it to point to your MySQL database.
  3. Install the dependencies with: npm install
  4. Create the database tables with npm run initdb
  5. Start the api with npm run dev

About

Shared API for access church attendance information.

License:MIT License


Languages

Language:TypeScript 98.9%Language:JavaScript 0.8%Language:Dockerfile 0.3%