https://github.com/fourkitchens/magnetic-poetry
A Drupal based magnetic poetry web app.
https://github.com/fourkitchens/magnetic-poetry
Last synced: 8 months ago
JSON representation
A Drupal based magnetic poetry web app.
- Host: GitHub
- URL: https://github.com/fourkitchens/magnetic-poetry
- Owner: fourkitchens
- Created: 2012-02-03T21:27:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-05-14T12:05:21.000Z (about 11 years ago)
- Last Synced: 2025-03-27T18:22:23.596Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://drupalpoetry.com
- Size: 8.72 MB
- Stars: 8
- Watchers: 41
- Forks: 4
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Magnetic Poetry
===============
**Let's make something.**
This web app brings the fun of magnetic poetry to all of your devices. There's no app to install and everything is touch capable for phones and tablets. The best part is that you can create your own words and group them for fast and flexible poem creation.
It is built using [Backbone.js](http://backbonejs.org/), [Underscore.js](http://underscorejs.org/), [Require.js](http://requirejs.org/), [Node.js](http://nodejs.org/), and [MongoDB](http://www.mongodb.org/). Our site [DrupalPoetry.com](http://drupalpoetry.com) also uses [Drupal](http://drupal.org/) to administer the content.
If you would like to learn more about the technoligies and process that went into building the magnetic poetry web app, check out [Elliott](https://github.com/elliotttf) and [Mike's](https://github.com/mirzu) awesome [slide deck](http://fourkitchens.github.com/drupo-presentation).
Server configuration
--------------------
The site should be served using nginx or another reverse proxy. Requests to /save, /load/\*, and /remove/\* should be proxied to the node server.
Node configuration
------------------
Update the server/local.js file to include appropriate database connection info and a port to listen on. Note: this port should be used when proxying responses to node.