alexmorley / CodeOfConduct.Builder

(WIP!) An easy way to build the perfect Code of Conduct for your event/community/organisation
http://codeofconduct.io
Creative Commons Attribution 4.0 International
13 stars 13 forks source link

Server Side PhP -> NodeJS #50

Open alexmorley opened 6 years ago

alexmorley commented 6 years ago

The server side is quite simple at the moment. It basically just receives the code of conduct in HTML and coverts it into various formats by calling Pandoc.

It'd be nice to re-write this bit using Javascript. That should also mean we can remove the need for docker to run a test instance.

Here's a mini-roadmap:

alexmorley commented 6 years ago

Useful Links: Express JS - https://expressjs.com/ Creating Child Processes (for pandoc): https://medium.freecodecamp.org/node-js-child-processes-everything-you-need-to-know-e69498fe970a Pandoc - https://pandoc.org/MANUAL.html

alexmorley commented 6 years ago

See also : https://github.com/alexmorley/CodeOfConduct.Builder/tree/express