An online real-time text editing software using Node.js with PHP for authentication and file hosting.
An auth server is set up using PHP and MySQL queried by Node.
Hosting and routing using Node.js. All documents saved with MongoDB.
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.