Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 586 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 586 Bytes

PBE-CDR

Clients

Desktop Client

Desktop client made with Python. We use PyGObject library to create a multi-desktop application.

Web Client

Web client made with HTML, CSS, javascript.

Android Client

Mobile client made Android Studio.

Server

Server made with NodeJs and MongoDB. We use Express.js a backend web application framework for Node.js, and mongoose to connect to MongoDB.

Server setup

Install framework and libreries: npm install

Add .env file with Database url.

Development server: npm run dev

Production server: npm run start