Prayer Request Network API

The Prayer Request Network API serves as an endpoint for the Prayer Request Network. This is a service that allows users to post anonymous prayer requests.

Version: 1.0.0

Travis Build: TBD

Deployment URL: TBD


Table of Contents:


Getting Started

  1. Start by cloning the Repo onto your local machine.

  2. Run npm i to install necessary dependencies.

  3. Run npm run initDB in order to initialize your database.

    • The database template is controlled by prayer_request_network_db file located in the root directory.
  4. You then need to make sure you have a proper .env file with the following variables:

    • PORT
    • DATABASE_URL

    You can reach out to justinjodymorris@gmail.com to obtain a proper env file

  5. You can then run npm start or npm run watch.