HedgeDoc - Ideas grow better together
Find a file
2015-05-08 11:54:02 +08:00
lib
public
app.js
config.js
hackmd_schema.sql Added database schema from pg_dump 2015-05-08 11:47:41 +08:00
LICENSE
package.json
Procfile
README.md Update README.md 2015-05-08 11:54:02 +08:00

HackMD 0.2.7

This is a realtime collaborative markdown notes on all platforms.
But still in early stage, feel free to fork or contribute to it.

Thanks for your using.

The notes are store in PostgreSQL, and I provided the schema in the hackmd_schema.sql.
The users and sessions are store in mongoDB, which don't need schema, so just connect it directly.

License under MIT.