akatrevorjay / anovelmous

Let's write together

Home Page:http://anovelmous.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anovelmous

Let's write together.

Anovelmous facilitates an anonymous internet community's writing of a novel.

Documentation

Currently developing our documentation site.

Development

To build upon the existing anovelmous API and get a local instance up and running, you must set the following environment variables:

DEBUG=True
DATABASE_URL="driver+dialect://user:password@host:port/database"

For provisioning:

pip install -r requirements.txt

Make sure to be in a virtualenv to guarantee a clean installation.

Note:

You will need to use a valid python connector (psycopg, mysql-python) depending on your backend store (MySQL, PostgreSQL, etc)

About

Let's write together

http://anovelmous.com

License:Other


Languages

Language:Python 92.1%Language:JavaScript 7.9%