This is the API for Creatr.
“Creatr” is a project of the University Christian Group Student Life that allows a movement of people whether a church, youth group or mission organization to organize & monitor digital outreaches so they can focus on connecting with people.
Don’t hesitate to contact us if you any questions or comments.
- An individual creates a movement that represents a real world group.
- He/She generates his/her campaigns, inputting questions etc.
- He/She invites others to participate in that campaign.
- He/She follows up the participants using a CRM
Make any necessary edits to these if the defaults don’t work for you.
Database
bc. cp config/database.example.yml config/database.yml
Environment Variables
bc. cp .env.example .env
rake db:create:all
rake db:migrate
rake db:populate
bundle installforeman startbundle exec guardCreatr API should now be running on your computer at the URL http://localhost:5000
On your local server you can find the documentation hosted at the URL http://localhost:5000/api/docs
