/quickdocs

An online real-time text editing software.

Primary LanguageHTMLMIT LicenseMIT

Quickdocs

An online real-time text editing software using Node.js with PHP for authentication and file hosting.

Auth

An auth server is set up using PHP and MySQL queried by Node.

Hosting

Hosting and routing using Node.js. All documents saved with MongoDB.

Instructions

In the server folder,
Execute: node index.js
It will start the server.
To have auth and file sharing functionalities, start the PHP server.
Paste the API folder files in the xampp/htdocs of your system for PHP microservices.