Docs is an open source Google Docs clone, built with React.js and Vite in the frontend, Node.js and Express in the backend and AWS for deployment.
+-- apps
| +-- web // main frontend application
+-- docs // docs assets
| +-- screenshoots // full deployed application screenshoots (comming soon)
+-- infra // Infrastructure as code with AWS CDK in typescript for deploying the app (comming soon)
+-- package.json // main package.json for the mono repository
+-- README.md // proyect documentation
+--
Comming soon...