ChurchApps / ReportingApi

REST and GraphQL API for storing and fetching reports.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReportingApi

REST API for fetching predefined reports

Dev Setup Instructions

  1. Create a MySQL database named reporting
  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

REST and GraphQL API for storing and fetching reports.

License:MIT License


Languages

Language:TypeScript 97.7%Language:JavaScript 2.3%