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