Shared api for tracking church donations.
- Create a MySQL database named
giving
- Copy
dotenv.sample.txt
to.env
and edit it to point to your MySQL database. - Pull the apiBase submodule with:
git submodule init && git submodule update
- Install the dependencies with:
npm install
- Create the database tables with
npm run initdb
- Start the api with
npm run dev