Desktop client made with Python. We use PyGObject library to create a multi-desktop application.
Web client made with HTML, CSS, javascript.
Mobile client made Android Studio.
Server made with NodeJs and MongoDB. We use Express.js a backend web application framework for Node.js, and mongoose to connect to MongoDB.
Install framework and libreries: npm install
Add .env file with Database url.
Development server: npm run dev
Production server: npm run start