Mirror of HackMD with some custom changes
Go to file
2015-05-08 11:52:47 +08:00
lib First commit, version 0.2.7 2015-05-04 15:53:29 +08:00
public First commit, version 0.2.7 2015-05-04 15:53:29 +08:00
app.js First commit, version 0.2.7 2015-05-04 15:53:29 +08:00
config.js First commit, version 0.2.7 2015-05-04 15:53:29 +08:00
hackmd_schema.sql Added database schema from pg_dump 2015-05-08 11:47:41 +08:00
LICENSE Initial commit 2015-05-04 14:06:46 +08:00
package.json First commit, version 0.2.7 2015-05-04 15:53:29 +08:00
Procfile First commit, version 0.2.7 2015-05-04 15:53:29 +08:00
README.md Update README.md 2015-05-08 11:52:47 +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 launch and connect it.

License under MIT.