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
-
Start by cloning the Repo onto your local machine.
-
Run
npm i
to install necessary dependencies. -
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.
- The database template is controlled by
-
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 properenv
file -
You can then run
npm start
ornpm run watch
.