Skip to content
forked from ivaaanrm/pbe-cdr

NodeJs REST api + Python client

Notifications You must be signed in to change notification settings

isanchop/pbe-cdr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NodeJs REST api + Python client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 35.6%
  • Java 29.7%
  • JavaScript 22.0%
  • HTML 7.2%
  • CSS 5.5%