Work on rest API for AJAX-style user interface
- This allows users to vote and submit questions without requiring page refreshes (uses the rest API for submission).
- Votes can also be done via the rest API
- Enable users to only edit their own posts via the API
- Modified the frontend to use AJAX calls where possible