This is the server side code for the prayer app.
- node and npm
- mongodb
The following environment variables are needed for the api to work:
DB_CONNECTION
JWT_PRIVATE_KEY
MAIL_EMAIL
MAIL_USERNAME
MAIL_PASSWORD
- Run
npm install
to install server dependencies. - Run
mongod
in a separate shell to keep an instance of the mongodb daemon running. - Run
node index
.