- mongodb
- nodejs
First update /server/config/secrets.js
with the following credentials:
- Stripe API keys and plan info
- Mandrill for sending forgot/reset password confirmations.
- session secret
- google analytics id
Install dependencies with npm install
.
Start the server with node server
.
Note: Stripe webhooks can be recieved at https://your-url.com/stripe/events
.